diff options
author | James McCoy <jamessan@jamessan.com> | 2021-12-22 17:34:36 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-22 17:34:36 -0500 |
commit | 7b8fbbdebe90a2dbf0d57464c93c7d5bfc3da449 (patch) | |
tree | b0b9d09807c41a5912b65a78f13e5a0542fd9794 /runtime | |
parent | 0c35fd5fcc4cbfbd55d005bbb1139b068425b442 (diff) | |
parent | 29141fc66a1f29acfbfd4a4fbdd645bbc4d96ddb (diff) | |
download | rneovim-7b8fbbdebe90a2dbf0d57464c93c7d5bfc3da449.tar.gz rneovim-7b8fbbdebe90a2dbf0d57464c93c7d5bfc3da449.tar.bz2 rneovim-7b8fbbdebe90a2dbf0d57464c93c7d5bfc3da449.zip |
Merge pull request #16754 from jamessan/vim-8.2.3874
vim-patch:8.2.3874
Diffstat (limited to 'runtime')
-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 68165f3d3d..5cfa06c33c 100644 --- a/runtime/doc/sign.txt +++ b/runtime/doc/sign.txt @@ -122,8 +122,9 @@ See |sign_define()| for the equivalent Vim script function. in. Most useful is defining a background color. numhl={group} - Highlighting group used for 'number' column at the associated - line. Overrides |hl-LineNr|, |hl-CursorLineNr|. + Highlighting group used for the line number on the line where + the sign is placed. Overrides |hl-LineNr|, |hl-LineNrAbove|, + |hl-LineNrBelow|, and |hl-CursorLineNr|. text={text} *E239* Define the text that is displayed when there is no icon or the |