mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-10 15:15:48 +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
|
//// @TODO should be moved into commands.js
|
||||||
vimperator.commands.add(new Command(["noh[lsearch]"],
|
//vimperator.commands.add(new Command(["noh[lsearch]"],
|
||||||
clearSelection,
|
// clearSelection,
|
||||||
{
|
// {
|
||||||
short_help: "Clear the current selection"
|
// short_help: "Clear the current selection"
|
||||||
}
|
// }
|
||||||
));
|
//));
|
||||||
|
|
||||||
// vim: set fdm=marker sw=4 ts=4 et:
|
// vim: set fdm=marker sw=4 ts=4 et:
|
||||||
|
|||||||
Reference in New Issue
Block a user