runtime(doc): fix typo in :h dos-colors Commit: https://github.com/vim/vim/commit/ac8a10ab7672aa5fd359f76d34d8b0187728b92d Author: Christian Brabandt <c...@256bit.org> Date: Tue Sep 24 16:35:57 2024 +0200
runtime(doc): fix typo in :h dos-colors related: https://github.com/vim/vim/issues/15723 Signed-off-by: Christian Brabandt <c...@256bit.org> diff --git a/runtime/doc/os_dos.txt b/runtime/doc/os_dos.txt index 1b738f43a..96ef39d6f 100644 --- a/runtime/doc/os_dos.txt +++ b/runtime/doc/os_dos.txt @@ -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) -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_dev+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/E1st6mq-004nKB-Sh%40256bit.org.