diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-01-06 21:16:31 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-01-06 21:16:31 +0100 |
commit | d8e21d3deb4c1dc628e8929b19ead8e5b35d58ab (patch) | |
tree | 8aeb282cee2af9228d637790bd94debee0f75dd2 /README_dos.txt | |
parent | 5c73622a9066182ee4479fd7b3aa86e1825808c3 (diff) | |
download | vim-git-d8e21d3deb4c1dc628e8929b19ead8e5b35d58ab.tar.gz |
Minor text file updates.
Diffstat (limited to 'README_dos.txt')
-rw-r--r-- | README_dos.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/README_dos.txt b/README_dos.txt index 1f37cbb42..c427217a7 100644 --- a/README_dos.txt +++ b/README_dos.txt @@ -93,7 +93,7 @@ Remarks: won't show a menubar. Then you need to set the $VIM environment variable to point to the top directory of your Vim files. Example: set VIM=C:\editors\vim - Vim version 6.0 will look for your vimrc file in $VIM, and for the runtime + Vim version 7.2 will look for your vimrc file in $VIM, and for the runtime files in $VIM/vim72. See ":help $VIM" for more information. - To avoid confusion between distributed files of different versions and your @@ -105,10 +105,10 @@ Remarks: C:\vim\vimfiles\ftplugin\*.vim Filetype plugins C:\vim\... Other files you made. Distributed files: - C:\vim\vim72\vim.exe The Vim version 6.0 executable. - C:\vim\vim72\doc\*.txt The version 6.0 documentation files. - C:\vim\vim72\bugreport.vim A Vim version 6.0 script. - C:\vim\vim72\... Other version 6.0 distributed files. + C:\vim\vim72\vim.exe The Vim version 7.2 executable. + C:\vim\vim72\doc\*.txt The version 7.2 documentation files. + C:\vim\vim72\bugreport.vim A Vim version 7.2 script. + C:\vim\vim72\... Other version 7.2 distributed files. In this case the $VIM environment variable would be set like this: set VIM=C:\vim Then $VIMRUNTIME will automatically be set to "$VIM\vim72". Don't add |