1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-04 21:35:46 +01:00

Add javascript completion to :execute.

--HG--
extra : rebase_source : b5b32b8bf199466588cc8ef5a88334027d12de3e
This commit is contained in:
Kris Maglione
2010-09-25 12:11:16 -04:00
parent 8fdb8abd49
commit 6657e0d6a4

View File

@@ -1412,7 +1412,10 @@ const Dactyl = Module("dactyl", {
catch (e) {
dactyl.echoerr(e);
}
}, { literal: 0 });
}, {
completer: function (context) completion.javascript(context),
literal: 0
});
///////////////////////////////////////////////////////////////////////////