diff runtime/doc/quickref.txt @ 18972:130acb903dbe

Update runtime files. Commit: https://github.com/vim/vim/commit/5666fcd0bd794dd46813824cce63a38bcae63794 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Dec 26 14:35:26 2019 +0100 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Thu, 26 Dec 2019 14:45:08 +0100
parents af69c9335223
children 63beef1ca62c
line wrap: on
line diff
--- a/runtime/doc/quickref.txt
+++ b/runtime/doc/quickref.txt
@@ -891,7 +891,7 @@ Short explanation of each option:		*opti
 'shiftround'	  'sr'	    round indent to multiple of shiftwidth
 'shiftwidth'	  'sw'	    number of spaces to use for (auto)indent step
 'shortmess'	  'shm'     list of flags, reduce length of messages
-'shortname'	  'sn'	    non-MS-DOS: Filenames assumed to be 8.3 chars
+'shortname'	  'sn'	    Filenames assumed to be 8.3 chars
 'showbreak'	  'sbr'     string to use at the start of wrapped lines
 'showcmd'	  'sc'	    show (partial) command in status line
 'showfulltag'	  'sft'     show full tag pattern when completing tag
@@ -1053,11 +1053,12 @@ Short explanation of each option:		*opti
 |g_CTRL-G|	   g CTRL-G	show cursor column, line, and character
 				   position
 |CTRL-C|	   CTRL-C	during searches: Interrupt the search
-|dos-CTRL-Break|   CTRL-Break	MS-DOS: during searches: Interrupt the search
+|dos-CTRL-Break|   CTRL-Break	MS-Windows: during searches: Interrupt the
+				   search
 |<Del>|		   <Del>	while entering a count: delete last character
 |:version|	:ve[rsion]	show version information
-|:mode|		:mode N		MS-DOS: set screen mode to N (number, C80,
-				   C4350, etc.)
+|:mode|		:mode N		MS-Windows: set screen mode to N (number, C80,
+				C4350, etc.)
 |:normal|	:norm[al][!] {commands}
 				execute Normal mode commands
 |Q|		   Q		switch to "Ex" mode