mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
doc: Some small fixes
This commit is contained in:
parent
b9c7813058
commit
11a05e778f
@ -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.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user