1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-05 23:34:10 +01:00

- Made ? work much better now

- backspacing over the prompt works again
This commit is contained in:
Martin Stubenschrott
2007-09-02 02:27:20 +00:00
parent 3a2ca780f2
commit c4758302aa
2 changed files with 27 additions and 18 deletions

View File

@@ -528,8 +528,10 @@ function CommandLine() //{{{
// and blur the command line if there is no text left
if (command.length == 0)
{
this.clear();
vimperator.triggerCallback("cancel", cur_extended_mode);
vimperator.setMode(old_mode, old_extended_mode);
vimperator.focusContent();
this.clear();
}
}
else // any other key