From f65e5667dfd0281fa197638ab3361f0bc007fc14 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 10 Jul 2012 15:18:22 +0200 Subject: 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) --- runtime/doc/sign.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'runtime/doc/sign.txt') 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 -- cgit v1.2.1