Merge branch 'vim-with-runtime' into feat/quickfix-title
[vim_extended.git] / runtime / README.txt
blobf7d66a3b7e3682acc1dc0ef5f850ec0f10f10839
1 This directory contains the latest version of Vim runtime files.
3 To obtain those files that differ from your current files:
4 1. Make sure you have Python (version 1.5 or later).
5 2. Install Aap; see http://www.a-a-p.org/download.html
6 3. Change to the $VIMRUNTIME directory.  Use ":echo $VIMRUNTIME" in Vim to
7    find out the right directory.
8 4. Run "aap" with the main.aap recipe from the ftp site.  It will download all
9    the files that you don't have yet and those that are different from what's
10    stored here.
12 For steps 3 and 4 you could type this:
14         cd /usr/local/share/vim/vim70/
15         aap -f ftp://ftp.vim.org/pub/vim/runtime/main.aap
17 You now have a complete set of the latest runtime files.
19 If you later want to obtain updated files, you can do:
21         cd /usr/local/share/vim/vim70/
22         aap update
24 Note: This only obtains new files, it does not delete files that are no
25 longer used.  It also is an effective way to erase any changes you made
26 to the files yourself!
28 The "main.aap" recipe was generated with the ":mkdownload" command in
29 "aap".