diff options
author | Björn Linse <bjorn.linse@gmail.com> | 2017-04-26 18:17:29 +0200 |
---|---|---|
committer | Björn Linse <bjorn.linse@gmail.com> | 2017-05-08 12:41:39 +0200 |
commit | bfcaf364042b0bcc0f995faa560ea488d068d276 (patch) | |
tree | d1d430297eb82d53cc2c42edfe4f5db20b1d434d /runtime | |
parent | 443399c27d63fea7b837af700a6f3142e96adb22 (diff) | |
download | rneovim-bfcaf364042b0bcc0f995faa560ea488d068d276.tar.gz rneovim-bfcaf364042b0bcc0f995faa560ea488d068d276.tar.bz2 rneovim-bfcaf364042b0bcc0f995faa560ea488d068d276.zip |
options: allow different highlights in windows
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/options.txt | 3 | ||||
-rw-r--r-- | runtime/doc/syntax.txt | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index e72241518c..cddd043929 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -3128,7 +3128,8 @@ A jump table for the options with a short description can be found at |Q_op|. use for that occasion. The occasions are: |hl-SpecialKey| 8 Meta and special keys listed with ":map" |hl-Whitespace| 0 - |hl-EndOfBuffer| ~ lines after the last line in the buffer + |hl-EndOfBuffer| ~ lines after the last line in the buffer + |hl-NormalNC| I inactive (not the current) 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 diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt index a45fa3096a..18920d81e3 100644 --- a/runtime/doc/syntax.txt +++ b/runtime/doc/syntax.txt @@ -4922,6 +4922,8 @@ NonText '@' at the end of the window, characters from 'showbreak' fit at the end of the line). See also |hl-EndOfBuffer|. *hl-Normal* Normal normal text + *hl-NormalNC* +NormalNC normal text in non-current window *hl-Pmenu* Pmenu Popup menu: normal item. *hl-PmenuSel* |