mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 05:38:01 +01:00
Fix :delqmarks
This commit is contained in:
@@ -931,7 +931,7 @@ function QuickMarks() //{{{
|
||||
if (args.bang)
|
||||
quickmarks.removeAll();
|
||||
else
|
||||
quickmarks.remove(args);
|
||||
quickmarks.remove(args.string);
|
||||
},
|
||||
{ bang: true });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user