comparison runtime/doc/syntax.txt @ 20753:661eb972cb22

Update runtime files Commit: https://github.com/vim/vim/commit/acc224064033e5cea21ef7f1eefb356ca06ff11d Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 7 21:07:18 2020 +0200 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Sun, 07 Jun 2020 21:15:04 +0200
parents 99b6e6bf48bf
children 83cfa1ef1bf2
comparison
equal deleted inserted replaced
20752:47b5de84b7f7 20753:661eb972cb22
1 *syntax.txt* For Vim version 8.2. Last change: 2020 Feb 29 1 *syntax.txt* For Vim version 8.2. Last change: 2020 Jun 01
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
4877 4877
4878 Note that "bold" can be used here and by using a bold font. They 4878 Note that "bold" can be used here and by using a bold font. They
4879 have the same effect. 4879 have the same effect.
4880 "undercurl" is a curly underline. When "undercurl" is not possible 4880 "undercurl" is a curly underline. When "undercurl" is not possible
4881 then "underline" is used. In general "undercurl" and "strikethrough" 4881 then "underline" is used. In general "undercurl" and "strikethrough"
4882 is only available in the GUI. The color is set with |highlight-guisp|. 4882 are only available in the GUI and some terminals. The color is set
4883 with |highlight-guisp| or |highlight-ctermul|. You can try these
4884 termcap entries to make undercurl work in a terminal: >
4885 let &t_Cs = "\e[4:3m"
4886 let &t_Ce = "\e[4:0m"
4887
4883 4888
4884 start={term-list} *highlight-start* *E422* 4889 start={term-list} *highlight-start* *E422*
4885 stop={term-list} *term-list* *highlight-stop* 4890 stop={term-list} *term-list* *highlight-stop*
4886 These lists of terminal codes can be used to get 4891 These lists of terminal codes can be used to get
4887 non-standard attributes on a terminal. 4892 non-standard attributes on a terminal.