1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-23 11:23:30 +01:00

Fix /find bugs

This commit is contained in:
Kris Maglione
2008-12-07 16:51:46 -05:00
parent a63465f3e5
commit cbd9a2555d
3 changed files with 8 additions and 3 deletions

View File

@@ -381,7 +381,7 @@ function Search() //{{{
}
else
{
liberator.echo((up ? "?" : "/") + lastSearchPattern, null, commandline.FORCE_SINGLELINE);
commandline.echo((up ? "?" : "/") + lastSearchPattern, null, commandline.FORCE_SINGLELINE);
if (options["hlsearch"])
this.highlight(lastSearchString);