mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-28 18:55:46 +01:00
add bangAllowed property to Command's extraInfo to specify whether the bang
version of the command is available
This commit is contained in:
@@ -305,10 +305,7 @@ liberator.Search = function () //{{{
|
||||
|
||||
liberator.commands.add(["noh[lsearch]"],
|
||||
"Remove the search highlighting",
|
||||
function ()
|
||||
{
|
||||
liberator.search.clear();
|
||||
},
|
||||
function () liberator.search.clear(),
|
||||
{ argCount: "0" });
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////}}}
|
||||
|
||||
Reference in New Issue
Block a user