mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-12 17:15:47 +01:00
add some more completion args for :command -complete
This commit is contained in:
@@ -512,7 +512,7 @@ function Buffer() //{{{
|
||||
|
||||
stylesheetSwitchAll(window.content, args);
|
||||
},
|
||||
{ completer: function (filter) completion.stylesheet(filter) });
|
||||
{ completer: function (filter) completion.alternateStylesheet(filter) });
|
||||
|
||||
commands.add(["re[load]"],
|
||||
"Reload current page",
|
||||
|
||||
Reference in New Issue
Block a user