mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-25 01:35:44 +01:00
Add javascript completion to :execute.
--HG-- extra : rebase_source : b5b32b8bf199466588cc8ef5a88334027d12de3e
This commit is contained in:
@@ -1412,7 +1412,10 @@ const Dactyl = Module("dactyl", {
|
|||||||
catch (e) {
|
catch (e) {
|
||||||
dactyl.echoerr(e);
|
dactyl.echoerr(e);
|
||||||
}
|
}
|
||||||
}, { literal: 0 });
|
}, {
|
||||||
|
completer: function (context) completion.javascript(context),
|
||||||
|
literal: 0
|
||||||
|
});
|
||||||
|
|
||||||
///////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user