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:
@@ -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]!"],
|
||||
|
||||
Reference in New Issue
Block a user