mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-04-26 17:31:25 +02:00
fixed slow <tab> regression
This commit is contained in:
+1
-1
@@ -1290,7 +1290,7 @@ vimperator.Events = function () //{{{
|
||||
if (vimperator.mode == vimperator.modes.COMMAND_LINE)
|
||||
{
|
||||
if (!(vimperator.modes.extended & vimperator.modes.INPUT_MULTILINE))
|
||||
vimperator.commandline.onEvent(event); // reroute event in command line mode
|
||||
stop = !vimperator.commandline.onEvent(event); // reroute event in command line mode
|
||||
}
|
||||
else if (vimperator.mode != vimperator.modes.INSERT)
|
||||
vimperator.beep();
|
||||
|
||||
Reference in New Issue
Block a user