mirror of
https://github.com/vim/vim.git
synced 2025-09-28 04:24:06 -04:00
patch 8.1.0541: help message in dosinst.c is outdated
Problem: Help message in dosinst.c is outdated. Solution: Update the comment. (Ken Takata, closes #3626)
This commit is contained in:
@@ -2535,13 +2535,14 @@ show_help(void)
|
|||||||
"------------\n"
|
"------------\n"
|
||||||
"(this choice is only available when creating a _vimrc file)\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"
|
"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"
|
" disabled. Only choose Vi-compatible if you really need full Vi\n"
|
||||||
" compatible, but adds nice features like multi-level undo. Only\n"
|
" compatibility.\n"
|
||||||
" choose Vi-compatible if you really need full Vi compatibility.\n"
|
"2. Vim runs in not-Vi-compatible mode. Vim is still mostly Vi compatible,\n"
|
||||||
"2. Running Vim with some enhancements is useful when you want some of\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"
|
" the nice Vim features, but have a slow computer and want to keep it\n"
|
||||||
" really fast.\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"
|
" nice, it also makes it easier to spot errors and you can work faster.\n"
|
||||||
" The other features include editing compressed files.\n"
|
" The other features include editing compressed files.\n"
|
||||||
,
|
,
|
||||||
|
@@ -792,6 +792,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
541,
|
||||||
/**/
|
/**/
|
||||||
540,
|
540,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user