aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorBjörn Linse <bjorn.linse@gmail.com>2019-03-10 10:42:51 +0100
committerBjörn Linse <bjorn.linse@gmail.com>2019-03-12 17:17:54 +0100
commit81e84f2aae7ff174714a68192584da7e3b7358c5 (patch)
tree4db7dab06f89bf03305913f908777c5a523fd42c /runtime
parentaf966afaa448dc78eb065e61be36ac9a577b0419 (diff)
downloadrneovim-81e84f2aae7ff174714a68192584da7e3b7358c5.tar.gz
rneovim-81e84f2aae7ff174714a68192584da7e3b7358c5.tar.bz2
rneovim-81e84f2aae7ff174714a68192584da7e3b7358c5.zip
floats: add NormalFloat highlight and 'nonumber' default
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/syntax.txt2
-rw-r--r--runtime/doc/vim_diff.txt1
2 files changed, 3 insertions, 0 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt
index 684830b78d..b60a952def 100644
--- a/runtime/doc/syntax.txt
+++ b/runtime/doc/syntax.txt
@@ -4953,6 +4953,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-NormalFloat*
+NormalFloat Normal text in floating windows.
*hl-NormalNC*
NormalNC normal text in non-current windows
*hl-Pmenu*
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt
index 25ca2974bc..3b5a5cded2 100644
--- a/runtime/doc/vim_diff.txt
+++ b/runtime/doc/vim_diff.txt
@@ -161,6 +161,7 @@ Functions:
Highlight groups:
|expr-highlight| highlight groups (prefixed with "Nvim")
+ |hl-NormalFloat| highlights floating window
|hl-NormalNC| highlights non-current windows
|hl-MsgSeparator| highlights separator for scrolled messages
|hl-QuickFixLine|