mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 09:17:59 +01:00
Dont use argCount with literal. Use the default favicon in :ls
This commit is contained in:
@@ -525,7 +525,7 @@ function Options() //{{{
|
||||
{
|
||||
return commands.get("set").completer(context.filter, args.bang, args.count, { scope: options.OPTION_SCOPE_LOCAL });
|
||||
},
|
||||
literal: true
|
||||
literal: 0
|
||||
}
|
||||
);
|
||||
|
||||
@@ -542,7 +542,7 @@ function Options() //{{{
|
||||
{
|
||||
return commands.get("set").completer(context.filter, args.bang, args.count, { scope: options.OPTION_SCOPE_GLOBAL });
|
||||
},
|
||||
literal: true
|
||||
literal: 0
|
||||
}
|
||||
);
|
||||
|
||||
@@ -717,7 +717,7 @@ function Options() //{{{
|
||||
|
||||
completion.optionValue(context, opt.name, opt.operator);
|
||||
},
|
||||
literal: true,
|
||||
literal: 0,
|
||||
serial: function () [
|
||||
{
|
||||
command: this.name,
|
||||
|
||||
Reference in New Issue
Block a user