mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-14 11:05:47 +01:00
use argCount: "1" with :*unabbrev commands
This commit is contained in:
@@ -408,6 +408,9 @@ function Commands() //{{{
|
||||
// @param allowUnknownOptions: -foo won't result in an error, if -foo isn't
|
||||
// specified in "options"
|
||||
// TODO: should it handle comments?
|
||||
// : it might be nice to be able to specify that certain quoting
|
||||
// should be disabled E.g. backslash without having to resort to
|
||||
// using literal etc
|
||||
parseArgs: function (str, options, argCount, allowUnknownOptions, literal, complete, extra)
|
||||
{
|
||||
function getNextArg(str) commands.parseArg(str);
|
||||
|
||||
Reference in New Issue
Block a user