1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-16 21:23:41 +01:00

changed nohlsearch to the new spec

This commit is contained in:
Martin Stubenschrott
2007-05-25 11:13:52 +00:00
parent b02e2c3494
commit 1568325552
2 changed files with 3 additions and 5 deletions

View File

@@ -461,8 +461,8 @@ function Search()
// @todo nicer way to register commands?
g_commands.push(
[
["nohilight", "noh"],
["noh[ilight]"],
["noh[lsearch]", "noh"],
["noh[lsearch]"],
"Clear the current selection",
"",
clearSelection,