|
1 |
| -*os_dos.txt* For Vim version 9.1. Last change: 2024 Dec 25 |
| 1 | +*os_dos.txt* For Vim version 9.1. Last change: 2025 Aug 06 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | VIM REFERENCE MANUAL by Bram Moolenaar
|
@@ -139,7 +139,7 @@ A DOS console does not support attributes like bold and underlining. You can
|
139 | 139 | set the color used in five modes with nine terminal options. Note that this
|
140 | 140 | is not necessary since you can set the color directly with the ":highlight"
|
141 | 141 | command; these options are for backward compatibility with older Vim versions.
|
142 |
| -The |'highlight'| option specifies which of the five modes is used for which |
| 142 | +The 'highlight' option specifies which of the five modes is used for which |
143 | 143 | action. >
|
144 | 144 |
|
145 | 145 | :set t_mr=^V^[\|xxm start of invert mode
|
@@ -231,7 +231,6 @@ writing in Unix mode (":se ff=unix").
|
231 | 231 |
|
232 | 232 | Vim sets 'fileformat' automatically when 'fileformats' is not empty (which is
|
233 | 233 | the default), so you don't really have to worry about what you are doing.
|
234 |
| - |'fileformat'| |'fileformats'| |
235 | 234 |
|
236 | 235 | If you want to edit a script file or a binary file, you should set the
|
237 | 236 | 'binary' option before loading the file. Script files and binary files may
|
@@ -279,10 +278,10 @@ The default for the 'sh' ('shell') option is "command.com" on Windows 95 and
|
279 | 278 | "cmd.exe" on Windows NT. If SHELL is defined, Vim uses SHELL instead, and if
|
280 | 279 | SHELL is not defined but COMSPEC is, Vim uses COMSPEC. Vim starts external
|
281 | 280 | commands with "<shell> /c <command_name>". Typing CTRL-Z starts a new command
|
282 |
| -subshell. Return to Vim with "exit". |'shell'| |CTRL-Z| |
| 281 | +subshell. Return to Vim with "exit". 'shell' |CTRL-Z| |
283 | 282 |
|
284 | 283 | If you are running a third-party shell, you may need to set the
|
285 |
| -|'shellcmdflag'| ('shcf') and |'shellquote'| ('shq') or |'shellxquote'| |
| 284 | +'shellcmdflag' ('shcf') and 'shellquote' ('shq') or 'shellxquote' |
286 | 285 | ('sxq') options. Unfortunately, this also depends on the version of Vim used.
|
287 | 286 | For example, with the MKS Korn shell or with bash, the values of the options
|
288 | 287 | should be:
|
|
0 commit comments