diff options
author | ZyX <kp-pav@yandex.ru> | 2017-11-26 15:56:27 +0300 |
---|---|---|
committer | ZyX <kp-pav@yandex.ru> | 2017-11-26 15:56:27 +0300 |
commit | 11a05e778fd5f33f791ca8047f9839caa15b8da5 (patch) | |
tree | 16208affb138961fcb06d15dca556a3b19f0b3df | |
parent | b9c78130587e42ca3b6417b47fb739a166da8eb7 (diff) | |
download | rneovim-11a05e778fd5f33f791ca8047f9839caa15b8da5.tar.gz rneovim-11a05e778fd5f33f791ca8047f9839caa15b8da5.tar.bz2 rneovim-11a05e778fd5f33f791ca8047f9839caa15b8da5.zip |
doc: Some small fixes
-rw-r--r-- | runtime/doc/eval.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index 2e04c1d96e..46a7d92730 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -10578,13 +10578,13 @@ This is not allowed when the textlock is active: Expressions entered by user in |i_CTRL-R_=|, |c_CTRL-\_e|, |quote=| are colored by built-in expressions parser. It uses highlight groups described in -the below table, which may be overriden by user colorschemes, all linked to +the table below, which may be overriden by user colorschemes, all linked to some other highlighting group. *hl-NVimInvalid* In addition to highlighting groups prefixed with NVim described below there are highlighting groups prefixed with NVimInvalid which have just the same -meaning, but used to indicate that relevant token contains an error or that -error had occurred just before it. They have mostly the same hierarchy, +meaning, but used to indicate that the relevant token contains an error or +that error had occurred just before it. They have mostly the same hierarchy, except that by default in place of any non-NVim-prefixed group NVimInvalid linking to `Error` is used and some other intermediate groups are present. |