1
0
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:
Doug Kearns
2008-10-06 13:07:57 +00:00
parent 6afe44a1f3
commit 413e01da41
8 changed files with 35 additions and 30 deletions

View File

@@ -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]"],