doc: Some small fixes

This commit is contained in:
ZyX 2017-11-26 15:56:27 +03:00
parent b9c7813058
commit 11a05e778f

View File

@ -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 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 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. some other highlighting group.
*hl-NVimInvalid* *hl-NVimInvalid*
In addition to highlighting groups prefixed with NVim described below there In addition to highlighting groups prefixed with NVim described below there
are highlighting groups prefixed with NVimInvalid which have just the same are highlighting groups prefixed with NVimInvalid which have just the same
meaning, but used to indicate that relevant token contains an error or that meaning, but used to indicate that the relevant token contains an error or
error had occurred just before it. They have mostly the same hierarchy, 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 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. linking to `Error` is used and some other intermediate groups are present.