aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorBjörn Linse <bjorn.linse@gmail.com>2021-08-19 15:48:22 +0200
committerGitHub <noreply@github.com>2021-08-19 15:48:22 +0200
commitd088066fa1d9a4d897890e35b5dd0cfb4e8b365b (patch)
treebefd5e74dc32c86ce8feb03ac26a3bcc05761e3f /runtime
parent19a0d90bb3479bb6516be229f6001646329d842f (diff)
parentbb4b4d79a8dd0eb60aa37f0b889558c4ae8e9317 (diff)
downloadrneovim-d088066fa1d9a4d897890e35b5dd0cfb4e8b365b.tar.gz
rneovim-d088066fa1d9a4d897890e35b5dd0cfb4e8b365b.tar.bz2
rneovim-d088066fa1d9a4d897890e35b5dd0cfb4e8b365b.zip
Merge pull request #15422 from bfredl/syn_name2id_go_brr
feat(highlights): some improvements and perf fixes
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 8487e1b0df..166c0c17aa 100644
--- a/runtime/doc/vim_diff.txt
+++ b/runtime/doc/vim_diff.txt
@@ -161,6 +161,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|
@@ -178,6 +179,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