diff --git a/chrome/content/vimperator/find.js b/chrome/content/vimperator/find.js index e61016c3..66a8db72 100644 --- a/chrome/content/vimperator/find.js +++ b/chrome/content/vimperator/find.js @@ -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: