mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 09:48:00 +01:00
Bunch more completion stuff. Add more/less indicators to completion listint.
This commit is contained in:
@@ -203,7 +203,7 @@ const liberator = (function () //{{{
|
||||
{
|
||||
argCount: "1",
|
||||
bang: true,
|
||||
completer: function (context) completion.dialog(context.filter)
|
||||
completer: function (context) completion.dialog(context)
|
||||
});
|
||||
|
||||
// TODO: move this
|
||||
|
||||
Reference in New Issue
Block a user