mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 07:28:00 +01:00
Fix n_~. Closes issue #68.
This commit is contained in:
@@ -965,7 +965,7 @@ const Commands = Module("commands", {
|
||||
}
|
||||
}, {
|
||||
// returns [count, parsed_argument]
|
||||
parseArg: function (str, sep, keepQuotes) {
|
||||
parseArg: function parseArg(str, sep, keepQuotes) {
|
||||
let arg = "";
|
||||
let quote = null;
|
||||
let len = str.length;
|
||||
|
||||
Reference in New Issue
Block a user