mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-01 14:22:26 +01:00
fix the self reference in v.search.searchSubmitted
This commit is contained in:
@@ -214,7 +214,7 @@ vimperator.Search = function () //{{{
|
|||||||
// TODO: move to find() when reverse incremental searching is kludged in
|
// TODO: move to find() when reverse incremental searching is kludged in
|
||||||
// need to find again for reverse searching
|
// need to find again for reverse searching
|
||||||
if (backwards)
|
if (backwards)
|
||||||
setTimeout(function () { self.findAgain(false); }, 0);
|
setTimeout(function () { vimperator.search.findAgain(false); }, 0);
|
||||||
|
|
||||||
if (vimperator.options["hlsearch"])
|
if (vimperator.options["hlsearch"])
|
||||||
this.highlight(searchString);
|
this.highlight(searchString);
|
||||||
|
|||||||
Reference in New Issue
Block a user