mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-03 11:14:12 +01:00
Remove unused variable assignment from CommandLine#onMultilineInputEvent.
This commit is contained in:
@@ -1087,7 +1087,6 @@ var CommandLine = Module("commandline", {
|
|||||||
function atEnd(dir) !Buffer.isScrollable(elem, dir || 1);
|
function atEnd(dir) !Buffer.isScrollable(elem, dir || 1);
|
||||||
|
|
||||||
if (!options["more"] || atEnd(1)) {
|
if (!options["more"] || atEnd(1)) {
|
||||||
passEvent = true;
|
|
||||||
modes.pop();
|
modes.pop();
|
||||||
events.feedkeys(key);
|
events.feedkeys(key);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user