mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 09:48:00 +01:00
More completion stuff.
This commit is contained in:
@@ -500,7 +500,10 @@ function CommandLine() //{{{
|
||||
if (str != null)
|
||||
command.action(str);
|
||||
},
|
||||
{ completer: function (context) completion.javascript(context) });
|
||||
{
|
||||
completer: function (context) completion.javascript(context),
|
||||
literal: true
|
||||
});
|
||||
});
|
||||
|
||||
commands.add(["mes[sages]"],
|
||||
|
||||
Reference in New Issue
Block a user