1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-12 13:55:51 +01:00

add some more completion args for :command -complete

This commit is contained in:
Doug Kearns
2008-11-14 14:50:39 +00:00
parent 05a699dc53
commit 0b4232d401
4 changed files with 39 additions and 9 deletions

View File

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