summaryrefslogtreecommitdiffstats
path: root/src/dosinst.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-11-21 13:58:35 +0100
committerBram Moolenaar <Bram@vim.org>2018-11-21 13:58:35 +0100
commit2b84949ad8f247e5d142e2fb1371b3e37567977a (patch)
treece8ddcb77305e5b6205785e5fe8b8a624ae95285 /src/dosinst.c
parent247bb7e43b47eb8407a1111bed60b61aceda52ad (diff)
patch 8.1.0541: help message in dosinst.c is outdatedv8.1.0541
Problem: Help message in dosinst.c is outdated. Solution: Update the comment. (Ken Takata, closes #3626)
Diffstat (limited to 'src/dosinst.c')
-rw-r--r--src/dosinst.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/dosinst.c b/src/dosinst.c
index 002bae4cbd..f73576fdad 100644
--- a/src/dosinst.c
+++ b/src/dosinst.c
@@ -2535,13 +2535,14 @@ show_help(void)
"------------\n"
"(this choice is only available when creating a _vimrc file)\n"
"1. Vim can run in Vi-compatible mode. Many nice Vim features are then\n"
-" disabled. In the not-Vi-compatible mode Vim is still mostly Vi\n"
-" compatible, but adds nice features like multi-level undo. Only\n"
-" choose Vi-compatible if you really need full Vi compatibility.\n"
-"2. Running Vim with some enhancements is useful when you want some of\n"
+" disabled. Only choose Vi-compatible if you really need full Vi\n"
+" compatibility.\n"
+"2. Vim runs in not-Vi-compatible mode. Vim is still mostly Vi compatible,\n"
+" but adds nice features like multi-level undo.\n"
+"3. Running Vim with some enhancements is useful when you want some of\n"
" the nice Vim features, but have a slow computer and want to keep it\n"
" really fast.\n"
-"3. Syntax highlighting shows many files in color. Not only does this look\n"
+"4. Syntax highlighting shows many files in color. Not only does this look\n"
" nice, it also makes it easier to spot errors and you can work faster.\n"
" The other features include editing compressed files.\n"
,