mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 07:48:02 +01:00
add some missing argCount specs to commands
This commit is contained in:
@@ -178,13 +178,10 @@ liberator.IO = function () //{{{
|
||||
},
|
||||
{ completer: function (filter) liberator.completion.file(filter, true) });
|
||||
|
||||
// NOTE: this command is only used in :source
|
||||
liberator.commands.add(["fini[sh]"],
|
||||
"Stop sourcing a script file",
|
||||
function ()
|
||||
{
|
||||
// this command is only used in :source
|
||||
liberator.echoerr("E168: :finish used outside of a sourced file");
|
||||
},
|
||||
function () { liberator.echoerr("E168: :finish used outside of a sourced file"); },
|
||||
{ argCount: "0" });
|
||||
|
||||
liberator.commands.add(["pw[d]"],
|
||||
|
||||
Reference in New Issue
Block a user