1
0
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:
Doug Kearns
2007-06-26 12:50:02 +00:00
parent c9c550a6f0
commit 9330dafd26

View File

@@ -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: