File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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,
Original file line number Diff line number Diff line change @@ -792,6 +792,8 @@ static char *(features[]) =
792792
793793static int included_patches [] =
794794{ /* Add new patch number below this line */
795+ /**/
796+ 541 ,
795797/**/
796798 540 ,
797799/**/
You can’t perform that action at this time.
0 commit comments