mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-09 12:44:12 +01:00
Fix some crap. Closes issue #145.
This commit is contained in:
@@ -729,7 +729,7 @@ Module("highlight", {
|
||||
if (scheme == "default")
|
||||
highlight.clear();
|
||||
else
|
||||
liberator.assert(!io.sourceFromRuntimePath(["colors/" + scheme + ".vimp"]),
|
||||
liberator.assert(io.sourceFromRuntimePath(["colors/" + scheme + ".vimp"]),
|
||||
"E185: Cannot find color scheme " + scheme);
|
||||
autocommands.trigger("ColorScheme", { name: scheme });
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user