mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-24 08:52:27 +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
|
||||
// need to find again for reverse searching
|
||||
if (backwards)
|
||||
setTimeout(function () { self.findAgain(false); }, 0);
|
||||
setTimeout(function () { vimperator.search.findAgain(false); }, 0);
|
||||
|
||||
if (vimperator.options["hlsearch"])
|
||||
this.highlight(searchString);
|
||||
|
||||
Reference in New Issue
Block a user