1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-21 04:01:29 +02:00

Don't jump to the next result when submitting a /search.

This commit is contained in:
Kris Maglione
2008-09-14 20:49:31 +00:00
parent 7e610e5e8b
commit da7850dadb
+1
View File
@@ -295,6 +295,7 @@ liberator.Search = function () //{{{
command = lastSearchPattern;
this.clear();
if (!liberator.options["incsearch"])
this.find(command, backwards);
lastSearchBackwards = backwards;