1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-27 02:25:46 +01:00

Officially deprecateify :noremap and kin.

This commit is contained in:
Kris Maglione
2012-03-05 00:13:09 -05:00
parent 5c3330c7b4
commit 3730ddc5e3
3 changed files with 15 additions and 15 deletions

View File

@@ -756,8 +756,7 @@ var CommandLine = Module("commandline", {
data = message.message;
}
if ((flags & this.ACTIVE_WINDOW) &&
window != overlay.activeWindow)
if ((flags & this.ACTIVE_WINDOW) && window != overlay.activeWindow)
return;
if ((flags & this.DISALLOW_MULTILINE) && !this.widgets.mowContainer.collapsed)