mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-30 06:32:27 +01:00
Fix lost keys when opening command line for the first time. Fix cleanup issue.
This commit is contained in:
@@ -1021,7 +1021,7 @@ unlet s:cpo_save
|
||||
modules.JavaScript.setCompleter([File, File.expandPath],
|
||||
[function (context, obj, args) {
|
||||
context.quote[2] = "";
|
||||
completion.file(context, true);
|
||||
modules.completion.file(context, true);
|
||||
}]);
|
||||
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user