mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-01 05:25:45 +01:00
Fix */#
This commit is contained in:
@@ -288,6 +288,7 @@ function Search() //{{{
|
||||
"Find word under cursor",
|
||||
function ()
|
||||
{
|
||||
found = false;
|
||||
search.searchSubmitted(buffer.getCurrentWord(), false);
|
||||
search.findAgain();
|
||||
});
|
||||
@@ -296,6 +297,7 @@ function Search() //{{{
|
||||
"Find word under cursor backwards",
|
||||
function ()
|
||||
{
|
||||
found = false;
|
||||
search.searchSubmitted(buffer.getCurrentWord(), true);
|
||||
search.findAgain();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user