summaryrefslogtreecommitdiff
path: root/runtime/doc/usr_05.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-12-26 14:35:26 +0100
committerBram Moolenaar <Bram@vim.org>2019-12-26 14:35:26 +0100
commit5666fcd0bd794dd46813824cce63a38bcae63794 (patch)
treeff033ff9a8da79e0e8f18593c81c60bf793937c3 /runtime/doc/usr_05.txt
parent767340574b5a0c697e650b3bbc3a4af10e51cb89 (diff)
downloadvim-git-5666fcd0bd794dd46813824cce63a38bcae63794.tar.gz
Update runtime files.
Diffstat (limited to 'runtime/doc/usr_05.txt')
-rw-r--r--runtime/doc/usr_05.txt11
1 files changed, 5 insertions, 6 deletions
diff --git a/runtime/doc/usr_05.txt b/runtime/doc/usr_05.txt
index 3b43f7ec7..2cfff2449 100644
--- a/runtime/doc/usr_05.txt
+++ b/runtime/doc/usr_05.txt
@@ -44,7 +44,7 @@ For Unix and Macintosh this file is always used and is recommended:
~/.vimrc ~
-For MS-DOS and MS-Windows you can use one of these:
+For MS-Windows you can use one of these:
$HOME/_vimrc ~
$VIM/_vimrc ~
@@ -476,7 +476,6 @@ Then copy the file to your plugin directory:
Amiga s:vimfiles/plugin
Macintosh $VIM:vimfiles:plugin
Mac OS X ~/.vim/plugin/
- RISC-OS Choices:vimfiles.plugin
Example for Unix (assuming you didn't have a plugin directory yet): >
@@ -535,9 +534,9 @@ The underscore is used to separate the name of the filetype from the rest,
which can be anything. If you use "otherstuff.vim" it wouldn't work, it would
be loaded for the "otherstuff" filetype.
-On MS-DOS you cannot use long filenames. You would run into trouble if you
-add a second plugin and the filetype has more than six characters. You can
-use an extra directory to get around this: >
+On MS-DOS like filesystems you cannot use long filenames. You would run into
+trouble if you add a second plugin and the filetype has more than six
+characters. You can use an extra directory to get around this: >
mkdir $VIM/vimfiles/ftplugin/fortran
copy thefile $VIM/vimfiles/ftplugin/fortran/too.vim
@@ -586,7 +585,7 @@ the "mkdir" commands if you already have the directory.) >
:!mkdir ~/.vim/plugin
:!cp /tmp/doit.vim ~/.vim/plugin
-The "cp" command is for Unix, on MS-DOS you can use "copy".
+The "cp" command is for Unix, on MS-Windows you can use "copy".
Now create a "doc" directory in one of the directories in 'runtimepath'. >