mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 09:08:00 +01:00
Add 'javascript' module. Misc fixes along the way.
This commit is contained in:
@@ -975,7 +975,7 @@ lookup:
|
||||
});
|
||||
},
|
||||
completion: function () {
|
||||
completion.setFunctionCompleter([this.File, File.expandPath],
|
||||
JavaScript.setCompleter([this.File, File.expandPath],
|
||||
[function (context, obj, args) {
|
||||
context.quote[2] = "";
|
||||
completion.file(context, true);
|
||||
|
||||
Reference in New Issue
Block a user