mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 15:24:12 +01:00
Enable the new ItemList. Add tentative new c_<C-f>/c_<PageDown>, c_<C-b>/c_<PageUp>, c_<C-Tab>, and c_<C-S-Tab> mappings.
This commit is contained in:
@@ -120,7 +120,7 @@ var MOW = Module("mow", {
|
||||
// after interpolated data.
|
||||
XML.ignoreWhitespace = XML.prettyPrinting = false;
|
||||
|
||||
highlightGroup = "CommandOutput " + (highlight || "");
|
||||
highlightGroup = "CommandOutput " + (highlightGroup || "");
|
||||
|
||||
if (isObject(data) && !isinstance(data, _)) {
|
||||
this.lastOutput = null;
|
||||
|
||||
Reference in New Issue
Block a user