mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-25 21:15:46 +01:00
Fix unduly early loading of the commandline module.
This commit is contained in:
@@ -1026,7 +1026,7 @@ unlet s:cpo_save
|
||||
|
||||
},
|
||||
modes: function (dactyl, modules, window) {
|
||||
const { commandline, modes } = modules;
|
||||
const { modes } = modules;
|
||||
|
||||
modes.addMode("FILE_INPUT", {
|
||||
extended: true,
|
||||
|
||||
Reference in New Issue
Block a user