mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 19:27:58 +01:00
commands in the -- more -- prompt are now passed to vimperator if they don't make sense in the MOW
This commit is contained in:
@@ -129,7 +129,9 @@ function Search() //{{{
|
||||
}
|
||||
|
||||
var leader = lastsearch_backwards ? "?" : "/";
|
||||
vimperator.commandline.echo(leader + lastsearch);
|
||||
setTimeout(function() {
|
||||
vimperator.commandline.echo(leader + lastsearch);
|
||||
}, 10);
|
||||
|
||||
var up = reverse ? !lastsearch_backwards : lastsearch_backwards;
|
||||
var result = getBrowser().fastFind.findAgain(up, false);
|
||||
|
||||
Reference in New Issue
Block a user