diff options
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/options.txt | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 34c86c3fb0..afc7c20ed5 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -3129,7 +3129,7 @@ A jump table for the options with a short description can be found at |Q_op|. |hl-SpecialKey| 8 Meta and special keys listed with ":map" |hl-Whitespace| 0 |hl-EndOfBuffer| ~ lines after the last line in the buffer - |hl-NormalNC| I inactive (not the current) window + |hl-NormalNC| I non-current ("inactive") window |hl-TermCursor| z Cursor in a focused terminal |hl-TermCursorNC| Z Cursor in an unfocused terminal |hl-NonText| @ '@' at the end of the window and @@ -6847,12 +6847,13 @@ A jump table for the options with a short description can be found at |Q_op|. *'winhighlight'* *'winhl'* 'winhighlight' 'winhl' string (default empty) local to window - Highlight groups specific to a window. It consists of items that must - be separated by a comma, each item is a global builtin highlight group - and a highlight group overidding it for this window, separated by a - colon. Currently only |hl-Normal| and |hl-NormalNC| can be overriden; - this is mostly useful for changing the background color. Example: > - set winhighlight=Normal:MyBackground,NormalNC:MyBackgroundNC + Window-local highlights. Comma-delimited list of |group-name| pairs + "{hl-builtin}:{hl-group},..." where each {hl-builtin} is a group (from + |highlight-groups|) to be overridden by {hl-group} in the window where + this option was set. + Currently |hl-Normal| and |hl-NormalNC| can be overridden. + Useful for changing the background color. Example: > + set winhighlight=Normal:MyNormal,NormalNC:MyNormalNC < *'winfixheight'* *'wfh'* *'nowinfixheight'* *'nowfh'* 'winfixheight' 'wfh' boolean (default off) |