comparison src/dosinst.c @ 15060:a7b9fa73d238 v8.1.0541

patch 8.1.0541: help message in dosinst.c is outdated commit https://github.com/vim/vim/commit/2b84949ad8f247e5d142e2fb1371b3e37567977a Author: Bram Moolenaar <Bram@vim.org> Date: Wed Nov 21 13:58:35 2018 +0100 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 https://github.com/vim/vim/issues/3626)
author Bram Moolenaar <Bram@vim.org>
date Wed, 21 Nov 2018 14:00:09 +0100
parents c1be7c8bb602
children a9340baa872f
comparison
equal deleted inserted replaced
15059:15d7e79ef0f2 15060:a7b9fa73d238
2533 , 2533 ,
2534 "Vim features\n" 2534 "Vim features\n"
2535 "------------\n" 2535 "------------\n"
2536 "(this choice is only available when creating a _vimrc file)\n" 2536 "(this choice is only available when creating a _vimrc file)\n"
2537 "1. Vim can run in Vi-compatible mode. Many nice Vim features are then\n" 2537 "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" 2538 " disabled. Only choose Vi-compatible if you really need full Vi\n"
2539 " compatible, but adds nice features like multi-level undo. Only\n" 2539 " compatibility.\n"
2540 " choose Vi-compatible if you really need full Vi compatibility.\n" 2540 "2. Vim runs in not-Vi-compatible mode. Vim is still mostly Vi compatible,\n"
2541 "2. Running Vim with some enhancements is useful when you want some of\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"
2542 " the nice Vim features, but have a slow computer and want to keep it\n" 2543 " the nice Vim features, but have a slow computer and want to keep it\n"
2543 " really fast.\n" 2544 " 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"
2545 " nice, it also makes it easier to spot errors and you can work faster.\n" 2546 " nice, it also makes it easier to spot errors and you can work faster.\n"
2546 " The other features include editing compressed files.\n" 2547 " The other features include editing compressed files.\n"
2547 , 2548 ,
2548 "Windows key mapping\n" 2549 "Windows key mapping\n"
2549 "-------------------\n" 2550 "-------------------\n"