mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-04-16 01:03:31 +02:00
initial Command/Commands implementation - replacing g_commands
This commit is contained in:
@@ -458,15 +458,14 @@ function Search()
|
||||
}
|
||||
|
||||
// @todo nicer way to register commands?
|
||||
g_commands.push(
|
||||
[
|
||||
["noh[lsearch]"],
|
||||
["noh[lsearch]"],
|
||||
"Clear the current selection",
|
||||
"",
|
||||
vimperator.commands.add(new Command(["noh[lsearch]"],
|
||||
clearSelection,
|
||||
null
|
||||
]
|
||||
);
|
||||
{
|
||||
usage: ["noh[lsearch]"],
|
||||
short_help: "Clear the current selection",
|
||||
help: null,
|
||||
completer: null
|
||||
}
|
||||
));
|
||||
|
||||
// vim: set fdm=marker sw=4 ts=4 et:
|
||||
|
||||
Reference in New Issue
Block a user