aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2017-11-10 02:44:18 +0100
committerJustin M. Keyes <justinkz@gmail.com>2017-11-10 02:44:18 +0100
commit314ff440f7130c39d7990295535a8cfde92de4ba (patch)
tree51ca7194f3fed6c132ecddeb8decb826cfbe9035
parentd0b05e3c362205920a2fe9dc1b3a6c556b3f00d4 (diff)
downloadrneovim-314ff440f7130c39d7990295535a8cfde92de4ba.tar.gz
rneovim-314ff440f7130c39d7990295535a8cfde92de4ba.tar.bz2
rneovim-314ff440f7130c39d7990295535a8cfde92de4ba.zip
doc/vim_diff.txt: mention NormalNC
-rw-r--r--runtime/doc/syntax.txt2
-rw-r--r--runtime/doc/vim_diff.txt1
2 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt
index f2225e6fda..85330f3dec 100644
--- a/runtime/doc/syntax.txt
+++ b/runtime/doc/syntax.txt
@@ -4929,7 +4929,7 @@ NonText '@' at the end of the window, characters from 'showbreak'
*hl-Normal*
Normal normal text
*hl-NormalNC*
-NormalNC normal text in non-current window
+NormalNC normal text in non-current windows
*hl-Pmenu*
Pmenu Popup menu: normal item.
*hl-PmenuSel*
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt
index 04393f5e44..026ff6a0fb 100644
--- a/runtime/doc/vim_diff.txt
+++ b/runtime/doc/vim_diff.txt
@@ -159,6 +159,7 @@ Events:
|TextYankPost|
Highlight groups:
+ |hl-NormalNC| highlights non-current windows
|hl-QuickFixLine|
|hl-Substitute|
|hl-TermCursor|