diff options
author | zeertzjq <zeertzjq@outlook.com> | 2024-07-08 06:45:32 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-08 06:45:32 +0800 |
commit | 51ef445c157ba00fc37c4c1a2187b5c959ff7fc7 (patch) | |
tree | 7e6854670cebd055f931991679531ac2a115d798 /src | |
parent | e5ff3020330e7c961299b991448653a46817188f (diff) | |
parent | 435ce9921374055ed2103212bb102e2506c1e2e3 (diff) | |
download | rneovim-51ef445c157ba00fc37c4c1a2187b5c959ff7fc7.tar.gz rneovim-51ef445c157ba00fc37c4c1a2187b5c959ff7fc7.tar.bz2 rneovim-51ef445c157ba00fc37c4c1a2187b5c959ff7fc7.zip |
Merge pull request #29606 from zeertzjq/vim-b9bbf1f04439
vim-patch: documentation updates
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/eval.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/eval.lua b/src/nvim/eval.lua index b57482dc9a..0e5503b829 100644 --- a/src/nvim/eval.lua +++ b/src/nvim/eval.lua @@ -10057,6 +10057,7 @@ M.funcs = { icon full path to the bitmap file for the sign. linehl highlight group used for the whole line the sign is placed in. + priority default priority value of the sign numhl highlight group used for the line number where the sign is placed. text text that is displayed when there is no icon |