mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 15:54:13 +01:00
comment out unused :nohlsearch for now
This commit is contained in:
@@ -459,12 +459,12 @@ function Search() //{{{
|
||||
}
|
||||
} //}}}
|
||||
|
||||
// @TODO should be moved into commands.js
|
||||
vimperator.commands.add(new Command(["noh[lsearch]"],
|
||||
clearSelection,
|
||||
{
|
||||
short_help: "Clear the current selection"
|
||||
}
|
||||
));
|
||||
//// @TODO should be moved into commands.js
|
||||
//vimperator.commands.add(new Command(["noh[lsearch]"],
|
||||
// clearSelection,
|
||||
// {
|
||||
// short_help: "Clear the current selection"
|
||||
// }
|
||||
//));
|
||||
|
||||
// vim: set fdm=marker sw=4 ts=4 et:
|
||||
|
||||
Reference in New Issue
Block a user