mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-25 23:15:45 +01:00
Add as-yet undocumented site-specific mapping hives, :map -group flag, and :mapgroup command.
This commit is contained in:
@@ -760,6 +760,7 @@ var Commands = Module("commands", {
|
||||
return [count, "", ""];
|
||||
return [count, io.readHeredoc(arg), ""];
|
||||
}
|
||||
|
||||
let [count, arg, quote] = Commands.parseArg(str, null, _keepQuotes);
|
||||
if (quote == "\\" && !complete)
|
||||
return [, , , "Trailing \\"];
|
||||
|
||||
Reference in New Issue
Block a user