aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjörn Linse <bjorn.linse@gmail.com>2017-04-29 16:26:34 +0200
committerBjörn Linse <bjorn.linse@gmail.com>2017-05-08 12:41:39 +0200
commit188bae586f5cbdeebe9b229371e78a3bf17bdb8a (patch)
tree75d5b251420e6f8a4a69d7792c512391ab4e8678
parentab48a3e9fd8a48723e911f2a89233bfec008c94a (diff)
downloadrneovim-188bae586f5cbdeebe9b229371e78a3bf17bdb8a.tar.gz
rneovim-188bae586f5cbdeebe9b229371e78a3bf17bdb8a.tar.bz2
rneovim-188bae586f5cbdeebe9b229371e78a3bf17bdb8a.zip
docs: 'winhighlight'
-rw-r--r--runtime/doc/options.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index cddd043929..34c86c3fb0 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -6844,6 +6844,16 @@ A jump table for the options with a short description can be found at |Q_op|.
'winheight' applies to the current window. Use 'winminheight' to set
the minimal height for other windows.
+ *'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
+<
*'winfixheight'* *'wfh'* *'nowinfixheight'* *'nowfh'*
'winfixheight' 'wfh' boolean (default off)
local to window