mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 05:04:11 +01:00
Add support for verbose :set querying of options.
Querying of commands, autocommands, mappings, abbreviations, highlight groups, and styles should also be supported.
This commit is contained in:
@@ -204,7 +204,7 @@ Command.prototype = {
|
||||
return;
|
||||
args.count = count;
|
||||
args.bang = bang;
|
||||
self.action.call(self, args, bang, count, modifiers);
|
||||
self.action.call(self, args, modifiers);
|
||||
}
|
||||
|
||||
if (this.hereDoc)
|
||||
|
||||
Reference in New Issue
Block a user