mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-30 06:32:27 +01:00
merge native / and ? search
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user