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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user