mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-02 21:05:47 +01:00
Merge branch 'cmd-silent' into vimperator-2.1
This commit is contained in:
@@ -841,6 +841,17 @@ function CommandLine() //{{{
|
|||||||
},
|
},
|
||||||
{ argCount: "0" });
|
{ argCount: "0" });
|
||||||
|
|
||||||
|
commands.add(["sil[ent]"],
|
||||||
|
"Run a command silently",
|
||||||
|
function (args)
|
||||||
|
{
|
||||||
|
commandline.runSilently(function () liberator.execute(args[0]));
|
||||||
|
},
|
||||||
|
{
|
||||||
|
completer: function (context) completion.ex(context),
|
||||||
|
literal: 0
|
||||||
|
});
|
||||||
|
|
||||||
/////////////////////////////////////////////////////////////////////////////}}}
|
/////////////////////////////////////////////////////////////////////////////}}}
|
||||||
////////////////////// PUBLIC SECTION //////////////////////////////////////////
|
////////////////////// PUBLIC SECTION //////////////////////////////////////////
|
||||||
/////////////////////////////////////////////////////////////////////////////{{{
|
/////////////////////////////////////////////////////////////////////////////{{{
|
||||||
|
|||||||
Reference in New Issue
Block a user