diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2022-03-04 00:35:03 +0300 |
---|---|---|
committer | Kirill Chibisov <contact@kchibisov.com> | 2022-03-04 00:35:51 +0300 |
commit | 44728201820470324e70a93cf48210f0a68f56a2 (patch) | |
tree | 809560dbcddfb14ea53322ba49f6466458f6a1c4 /runtime/doc/syntax.txt | |
parent | f89fb41a7a8b499159bfa44afa26dd17a845af45 (diff) | |
download | rneovim-44728201820470324e70a93cf48210f0a68f56a2.tar.gz rneovim-44728201820470324e70a93cf48210f0a68f56a2.tar.bz2 rneovim-44728201820470324e70a93cf48210f0a68f56a2.zip |
fix(docs): spelling in new underlines docs
Diffstat (limited to 'runtime/doc/syntax.txt')
-rw-r--r-- | runtime/doc/syntax.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt index 7383848b04..9084c5315a 100644 --- a/runtime/doc/syntax.txt +++ b/runtime/doc/syntax.txt @@ -4898,9 +4898,9 @@ 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. - "underlineline", "undercurl", "underdot", and "underdash" falls back - to "underline" in a terminal that does not support it. The color is set - using |highlight-guisp|. + "underlineline", "undercurl", "underdot", and "underdash" fall back + to "underline" in a terminal that does not support them. The color is + set using |highlight-guisp|. start={term-list} *highlight-start* *E422* stop={term-list} *term-list* *highlight-stop* |