diff options
author | Michael Reed <m.reed@mykolab.com> | 2015-03-08 17:17:47 -0400 |
---|---|---|
committer | Michael Reed <m.reed@mykolab.com> | 2015-03-24 19:29:29 -0400 |
commit | c60dd09408901c14bdc245ad1a7d949142cb7546 (patch) | |
tree | f9e97902a599d60b295c3de7aa5fc45785e400af | |
parent | bb7aa04e6130d4971db961a336b2659db04d664a (diff) | |
download | rneovim-c60dd09408901c14bdc245ad1a7d949142cb7546.tar.gz rneovim-c60dd09408901c14bdc245ad1a7d949142cb7546.tar.bz2 rneovim-c60dd09408901c14bdc245ad1a7d949142cb7546.zip |
doc: Cleanup for #2099
Said PR changed the behavior of `undercurl` in the TUI, but didn't
document it.
-rw-r--r-- | runtime/doc/syntax.txt | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt index c1f7e06f0e..7fc621e706 100644 --- a/runtime/doc/syntax.txt +++ b/runtime/doc/syntax.txt @@ -4527,7 +4527,7 @@ term={attr-list} *attr-list* *highlight-term* *E418* following items (in any order): bold underline - undercurl not always available + undercurl a curly underline reverse inverse same as reverse italic @@ -4536,9 +4536,8 @@ term={attr-list} *attr-list* *highlight-term* *E418* Note that "bold" can be used here and by using a bold font. They have the same effect. - "undercurl" is a curly underline. When "undercurl" is not possible - then "underline" is used. In general "undercurl" is only available in - the GUI. The color is set with |highlight-guisp|. + If running in a terminal, "undercurl" acts as an alias for "underline". + It is set using |highlight-guisp|. start={term-list} *highlight-start* *E422* stop={term-list} *term-list* *highlight-stop* |