diff options
author | Björn Linse <bjorn.linse@gmail.com> | 2018-10-02 15:10:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-02 15:10:47 +0200 |
commit | 14ae394532aae5e1be3b20c0ade98b9d7625ae4b (patch) | |
tree | 5a95ec5559c1415a1d691605c2b54f14b5ae10c8 /runtime | |
parent | 171c80e22769868a1174480c2feeb6675d2828c5 (diff) | |
parent | c4006a621eff1761208b0aa38057f4668b4a6ba8 (diff) | |
download | rneovim-14ae394532aae5e1be3b20c0ade98b9d7625ae4b.tar.gz rneovim-14ae394532aae5e1be3b20c0ade98b9d7625ae4b.tar.bz2 rneovim-14ae394532aae5e1be3b20c0ade98b9d7625ae4b.zip |
Merge pull request #9052 from blueyed/undercurl
tui: add support for undercurl and colored underline
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/syntax.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt index 6a73061aca..c3664ece18 100644 --- a/runtime/doc/syntax.txt +++ b/runtime/doc/syntax.txt @@ -4665,8 +4665,8 @@ cterm={attr-list} *attr-list* *highlight-cterm* *E418* Note that "bold" can be used here and by using a bold font. They have the same effect. - If running in a terminal, "undercurl" acts as an alias for "underline". - It is set using |highlight-guisp|. + "undercurl" falls back to "underline" in a terminal that does not + support it. The color is set using |highlight-guisp|. start={term-list} *highlight-start* *E422* stop={term-list} *term-list* *highlight-stop* @@ -4799,7 +4799,8 @@ guifg={color-name} *highlight-guifg* guibg={color-name} *highlight-guibg* guisp={color-name} *highlight-guisp* These give the foreground (guifg), background (guibg) and special - (guisp) color to use in the GUI. "guisp" is used for undercurl. + (guisp) color to use in the GUI. "guisp" is used for undercurl + and underline. There are a few special names: NONE no color (transparent) bg use normal background color |