mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-20 03:15:46 +01:00
Fix :colo.
This commit is contained in:
@@ -282,7 +282,7 @@ var Highlights = Module("Highlight", {
|
||||
if (scheme == "default")
|
||||
highlight.clear();
|
||||
else
|
||||
dactyl.assert(io.sourceFromRuntimePath(["colors/" + scheme + "." + config.fileExtension]),
|
||||
dactyl.assert(modules.io.sourceFromRuntimePath(["colors/" + scheme + "." + config.fileExtension]),
|
||||
"E185: Cannot find color scheme " + scheme);
|
||||
autocommands.trigger("ColorScheme", { name: scheme });
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user