mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 11:27:58 +01:00
More completion stuff.
This commit is contained in:
@@ -512,7 +512,10 @@ function Buffer() //{{{
|
||||
|
||||
stylesheetSwitchAll(window.content, args);
|
||||
},
|
||||
{ completer: function (context) completion.alternateStylesheet(context.filter) });
|
||||
{
|
||||
completer: function (context) completion.alternateStylesheet(context.filter),
|
||||
literal: true
|
||||
});
|
||||
|
||||
commands.add(["re[load]"],
|
||||
"Reload current page",
|
||||
|
||||
Reference in New Issue
Block a user