diff options
author | Bram Moolenaar <Bram@vim.org> | 2012-07-10 15:18:22 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2012-07-10 15:18:22 +0200 |
commit | f65e5667dfd0281fa197638ab3361f0bc007fc14 (patch) | |
tree | bf30002816e3ce93b5df064562eac9d856218119 /runtime/doc | |
parent | 773c1ef81b2d29e40592cd2743a7d7a6e554e06f (diff) | |
download | vim-f65e5667dfd0281fa197638ab3361f0bc007fc14.zip |
updated for version 7.3.596
Problem: Can't remove all signs for a file or buffer.
Solution: Support "*" for the sign id. (Christian Brabandt)
Diffstat (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/sign.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/runtime/doc/sign.txt b/runtime/doc/sign.txt index 9771fbdc7..cedd96e08 100644 --- a/runtime/doc/sign.txt +++ b/runtime/doc/sign.txt @@ -153,8 +153,14 @@ REMOVING SIGNS *:sign-unplace* *E159* Remove the previously placed sign {id} from file {fname}. See remark above about {fname} |:sign-fname|. +:sign unplace * file={fname} + Remove all placed signs in file {fname}. + :sign unplace {id} buffer={nr} - Same, but use buffer {nr}. + Remove the previously placed sign {id} from buffer {nr}. + +:sign unplace * buffer={nr} + Remove all placed signs in buffer {nr}. :sign unplace {id} Remove the previously placed sign {id} from all files it |