1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 21:47:59 +01:00

add support for the special version of :delqmarks!

This commit is contained in:
Doug Kearns
2007-08-11 13:07:19 +00:00
parent 5b6b78d815
commit 125781daf6
2 changed files with 10 additions and 3 deletions

View File

@@ -445,7 +445,10 @@ function Commands() //{{{
return
}
vimperator.quickmarks.remove(args);
if (special)
vimperator.quickmarks.removeAll();
else
vimperator.quickmarks.remove(args);
},
{
usage: ["delqm[arks] {marks}", "delqm[arks]!"],