aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorBjörn Linse <bjorn.linse@gmail.com>2021-08-18 14:29:42 +0200
committerBjörn Linse <bjorn.linse@gmail.com>2021-08-19 15:08:50 +0200
commitfca52f5f32844d8820e6a1ef2678bc79c5e6d8d8 (patch)
tree8db37b73b1f5d2b7b176ab8deaf08d19f33f778b /runtime
parenta9f563ab62f6035729f79c3c701a5b219f1b982f (diff)
downloadrneovim-fca52f5f32844d8820e6a1ef2678bc79c5e6d8d8.tar.gz
rneovim-fca52f5f32844d8820e6a1ef2678bc79c5e6d8d8.tar.bz2
rneovim-fca52f5f32844d8820e6a1ef2678bc79c5e6d8d8.zip
feat(match): allow hl group to be defined after :match command
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/vim_diff.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt
index 7e1bd3e087..79fb996bc1 100644
--- a/runtime/doc/vim_diff.txt
+++ b/runtime/doc/vim_diff.txt
@@ -159,6 +159,7 @@ Commands:
|:drop| is always available
|:Man| is available by default, with many improvements such as completion
|:sign-define| accepts a `numhl` argument, to highlight the line number
+ |:match| can be invoked before highlight group is defined
Events:
|Signal|
@@ -176,6 +177,7 @@ Functions:
|msgpackdump()|, |msgpackparse()| provide msgpack de/serialization
|stdpath()|
|system()|, |systemlist()| can run {cmd} directly (without 'shell')
+ |matchadd()| can be called before highlight group is defined
Highlight groups:
|highlight-blend| controls blend level for a highlight group