diff options
author | Bram Moolenaar <Bram@vim.org> | 2018-12-27 23:59:26 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2018-12-27 23:59:26 +0100 |
commit | c8c8849267503b2d2d6d821047ee8619c7821728 (patch) | |
tree | cbba4e440cd1f18e9f5743acbd907f2169aa4f28 /runtime/doc/sign.txt | |
parent | 5976f8ff00efcb3e155a89346e44f2ad43d2405a (diff) | |
download | vim-git-c8c8849267503b2d2d6d821047ee8619c7821728.tar.gz |
Update runtime files.
Diffstat (limited to 'runtime/doc/sign.txt')
-rw-r--r-- | runtime/doc/sign.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/runtime/doc/sign.txt b/runtime/doc/sign.txt index 115e1faa4..12b7fb63c 100644 --- a/runtime/doc/sign.txt +++ b/runtime/doc/sign.txt @@ -1,4 +1,4 @@ -*sign.txt* For Vim version 8.1. Last change: 2018 Dec 21 +*sign.txt* For Vim version 8.1. Last change: 2018 Dec 26 VIM REFERENCE MANUAL by Gordon Prieur @@ -279,8 +279,11 @@ See |sign_getplaced()| for the equivalent Vim script function. :sign place List placed signs in all files. +:sign place group=* + List placed signs in all sign groups in all files. + :sign place group={group} - List placed signs in all sign groups in all the files. + List placed signs with sign group {group} in all files. JUMPING TO A SIGN *:sign-jump* *E157* |