mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-12 12:55:45 +01:00
More group tweaks: colors- prefix for color scheme groups. :group default to return to the default group for your script.
--HG-- branch : groups
This commit is contained in:
@@ -993,7 +993,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