Skip to content

Commit 2b84949

Browse files
committed
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)
1 parent 247bb7e commit 2b84949

2 files changed

Lines changed: 8 additions & 5 deletions

File tree

src/dosinst.c

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2535,13 +2535,14 @@ show_help(void)
25352535
"------------\n"
25362536
"(this choice is only available when creating a _vimrc file)\n"
25372537
"1. Vim can run in Vi-compatible mode. Many nice Vim features are then\n"
2538-
" disabled. In the not-Vi-compatible mode Vim is still mostly Vi\n"
2539-
" compatible, but adds nice features like multi-level undo. Only\n"
2540-
" choose Vi-compatible if you really need full Vi compatibility.\n"
2541-
"2. Running Vim with some enhancements is useful when you want some of\n"
2538+
" disabled. Only choose Vi-compatible if you really need full Vi\n"
2539+
" compatibility.\n"
2540+
"2. Vim runs in not-Vi-compatible mode. Vim is still mostly Vi compatible,\n"
2541+
" but adds nice features like multi-level undo.\n"
2542+
"3. Running Vim with some enhancements is useful when you want some of\n"
25422543
" the nice Vim features, but have a slow computer and want to keep it\n"
25432544
" really fast.\n"
2544-
"3. Syntax highlighting shows many files in color. Not only does this look\n"
2545+
"4. Syntax highlighting shows many files in color. Not only does this look\n"
25452546
" nice, it also makes it easier to spot errors and you can work faster.\n"
25462547
" The other features include editing compressed files.\n"
25472548
,

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -792,6 +792,8 @@ static char *(features[]) =
792792

793793
static int included_patches[] =
794794
{ /* Add new patch number below this line */
795+
/**/
796+
541,
795797
/**/
796798
540,
797799
/**/

0 commit comments

Comments
 (0)