1
0
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:
Kris Maglione
2009-11-09 08:09:27 -05:00
parent 884411c39c
commit ce2b7893e4
5 changed files with 63 additions and 63 deletions

View File

@@ -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 });
},