diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-02-14 22:29:30 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-02-14 22:29:30 +0000 |
commit | 1d2ba7fa851f988ea9eab47b7662be243f85ddfa (patch) | |
tree | 5882ec62c5c5c6047021a94e74e4797139944a95 /runtime/doc/os_dos.txt | |
parent | f52c725c4739f2d3368029d67218d6cae0d87995 (diff) | |
download | vim-git-1d2ba7fa851f988ea9eab47b7662be243f85ddfa.tar.gz |
updated for version 7.0197v7.0197
Diffstat (limited to 'runtime/doc/os_dos.txt')
-rw-r--r-- | runtime/doc/os_dos.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/os_dos.txt b/runtime/doc/os_dos.txt index 3c82f17fe..09f915d46 100644 --- a/runtime/doc/os_dos.txt +++ b/runtime/doc/os_dos.txt @@ -1,4 +1,4 @@ -*os_dos.txt* For Vim version 7.0aa. Last change: 2003 Dec 20 +*os_dos.txt* For Vim version 7.0aa. Last change: 2006 Feb 14 VIM REFERENCE MANUAL by Bram Moolenaar @@ -126,8 +126,8 @@ text. For example, to get grey text on a blue background: > See |highlight-groups| for other groups that are available. A DOS console does not support attributes like bold and underlining. You can -set the color used in five modes with nine termcap options. Note that this is -not necessary since you can set the color directly with the ":highlight" +set the color used in five modes with nine terminal options. Note that this +is not necessary since you can set the color directly with the ":highlight" command; these options are for backward compatibility with older Vim versions. The |'highlight'| option specifies which of the five modes is used for which action. > |