mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-01 11:32:35 +01:00
add "?" as the argCount to commands with an optional single arg
This commit is contained in:
@@ -523,6 +523,7 @@ function Buffer() //{{{
|
||||
window.stylesheetSwitchAll(window.content, args);
|
||||
},
|
||||
{
|
||||
argCount: "?",
|
||||
completer: function (context) completion.alternateStylesheet(context),
|
||||
literal: 0
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user