mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 07:27:58 +01:00
Make JS function completion better. Fix some other completion bugs. Dont complete JS after /[\]})"/.
This commit is contained in:
@@ -215,7 +215,7 @@ const liberator = (function () //{{{
|
||||
{
|
||||
argCount: "1",
|
||||
bang: true,
|
||||
completer: function (context) completion.dialog(context)
|
||||
completer: function (context, args) completion.dialog(context)
|
||||
});
|
||||
|
||||
// TODO: move this
|
||||
|
||||
Reference in New Issue
Block a user