1
0
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:
Kris Maglione
2011-01-19 03:58:08 -05:00
parent b4d51da21c
commit 36c6393d5d
7 changed files with 112 additions and 15 deletions

View File

@@ -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 \\"];