diff options
| author | zeertzjq <zeertzjq@outlook.com> | 2023-02-28 20:38:16 +0800 |
|---|---|---|
| committer | zeertzjq <zeertzjq@outlook.com> | 2023-02-28 20:46:06 +0800 |
| commit | ccac34af766bee70d4f2a3cd69b54977849f567d (patch) | |
| tree | 5d143a047bd6e0bc1805df4448e2579c6f9b4a6f /runtime/doc | |
| parent | f6b9791212e86bac3e8128035dec2bfc5016927f (diff) | |
| download | rneovim-ccac34af766bee70d4f2a3cd69b54977849f567d.tar.gz rneovim-ccac34af766bee70d4f2a3cd69b54977849f567d.tar.bz2 rneovim-ccac34af766bee70d4f2a3cd69b54977849f567d.zip | |
vim-patch:8.2.3446: not enough tests for empty string arguments
Problem: Not enough tests for empty string arguments.
Solution: Add tests, fix type check. (Yegappan Lakshmanan, closes vim/vim#8881)
https://github.com/vim/vim/commit/820d5525cae707f39571c6abc2aa6a9e66ed171e
Co-authored-by: Yegappan Lakshmanan <yegappan@yahoo.com>
Diffstat (limited to 'runtime/doc')
| -rw-r--r-- | runtime/doc/sign.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/sign.txt b/runtime/doc/sign.txt index 162bdaed7b..9f469767a2 100644 --- a/runtime/doc/sign.txt +++ b/runtime/doc/sign.txt @@ -525,6 +525,7 @@ sign_jump({id}, {group}, {buf}) {buf} and position the cursor at sign {id} in group {group}. This is similar to the |:sign-jump| command. + If {group} is an empty string, then the global group is used. For the use of {buf}, see |bufname()|. Returns the line number of the sign. Returns -1 if the |