mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-07 14:04:11 +01:00
prevent the failed find error message from being cleared
This commit is contained in:
@@ -134,7 +134,7 @@ function Search() //{{{
|
|||||||
found = fastFind.find(search_string, links_only) != Components.interfaces.nsITypeAheadFind.FIND_NOTFOUND;
|
found = fastFind.find(search_string, links_only) != Components.interfaces.nsITypeAheadFind.FIND_NOTFOUND;
|
||||||
|
|
||||||
if (!found)
|
if (!found)
|
||||||
vimperator.echoerr("E486: Pattern not found: " + search_pattern);
|
setTimeout(function() { vimperator.echoerr("E486: Pattern not found: " + search_pattern); }, 0);
|
||||||
|
|
||||||
return found;
|
return found;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user