1
0
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:
Martin Stubenschrott
2008-03-03 01:08:14 +00:00
parent 787157a22d
commit 80a8611377
2 changed files with 8 additions and 9 deletions
+1 -1
View File
@@ -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();