diff options
author | Christian Clason <c.clason@uni-graz.at> | 2021-12-06 13:55:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-06 13:55:38 +0100 |
commit | 0a3826646f9348f9a82b9c8a79efc16dbaf3a21d (patch) | |
tree | dd90b4168838e63bd6cc71744092162a8a031c4e /runtime/doc/sign.txt | |
parent | 523f03b506bf577811c0e136bc852cdb89f92c00 (diff) | |
download | rneovim-0a3826646f9348f9a82b9c8a79efc16dbaf3a21d.tar.gz rneovim-0a3826646f9348f9a82b9c8a79efc16dbaf3a21d.tar.bz2 rneovim-0a3826646f9348f9a82b9c8a79efc16dbaf3a21d.zip |
vim-patch:4700398e384f (#16538)
Update runtime files
https://github.com/vim/vim/commit/4700398e384f38f752b432e187462f404b96847d
partial skip:
doc/sign.txt
doc/various.txt
doc/motion.txt
Diffstat (limited to 'runtime/doc/sign.txt')
-rw-r--r-- | runtime/doc/sign.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/runtime/doc/sign.txt b/runtime/doc/sign.txt index 5079d900c9..c28e9b90ea 100644 --- a/runtime/doc/sign.txt +++ b/runtime/doc/sign.txt @@ -416,11 +416,12 @@ sign_getdefined([{name}]) *sign_getdefined()* following entries: icon full path to the bitmap file of the sign linehl highlight group used for the whole line the - sign is placed in. + sign is placed in; not present if not set. name name of the sign text text that is displayed when there is no icon or the GUI is not being used. - texthl highlight group used for the text item + texthl highlight group used for the text item; not + present if not set. numhl highlight group used for 'number' column at the associated line. Overrides |hl-LineNr|, |hl-CursorLineNr|. |