]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): fix typo in :h dos-colors
authorChristian Brabandt <cb@256bit.org>
Tue, 24 Sep 2024 14:35:57 +0000 (16:35 +0200)
committerChristian Brabandt <cb@256bit.org>
Tue, 24 Sep 2024 14:36:37 +0000 (16:36 +0200)
related: #15723
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/os_dos.txt

index 1b738f43ac1069d274fe39f43d6074bf3f890418..96ef39d6fdfe2ebca53fef853c103d230d7be4d4 100644 (file)
@@ -1,4 +1,4 @@
-*os_dos.txt*    For Vim version 9.1.  Last change: 2024 Apr 25
+*os_dos.txt*    For Vim version 9.1.  Last change: 2024 Sep 24
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -195,8 +195,8 @@ The defaults for the various highlight modes are:
        t_so     31      standout mode: White (15) text on DarkBlue (16)
        t_se      0      standout mode end (revert to default)
 
-       t_czh   225      italic mode: DarkBlue text (1) on Yellow (224)
-       t_czr     0      italic mode end (revert to default)
+       t_ZH    225      italic mode: DarkBlue text (1) on Yellow (224)
+       t_ZR      0      italic mode end (revert to default)
 
        t_us     67      underline mode: DarkCyan text (3) on DarkRed (64)
        t_ue      0      underline mode end (revert to default)