1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-10 09:35:46 +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 //// @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: