From 8c9f90c98525c8b77642bb1368318dd2c14bb6ec Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Thu, 6 Nov 2008 14:20:04 +0000 Subject: [PATCH] change the ColorScheme parameter name to "colors" --- content/style.js | 2 +- locale/en-US/autocommands.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/style.js b/content/style.js index 0aadb73d..0e658b11 100644 --- a/content/style.js +++ b/content/style.js @@ -381,7 +381,7 @@ liberator.registerObserver("load_commands", function () let scheme = args.arguments[0]; if (io.sourceFromRuntimePath(["colors/" + scheme + ".vimp"])) - autocommands.trigger("ColorScheme", { color: scheme }); // XXX: Best name? + autocommands.trigger("ColorScheme", { colors: scheme }); // XXX: Best name? else liberator.echoerr("E185: Cannot find color scheme " + scheme); }, diff --git a/locale/en-US/autocommands.txt b/locale/en-US/autocommands.txt index ca9ae0f9..aa662db5 100644 --- a/locale/en-US/autocommands.txt +++ b/locale/en-US/autocommands.txt @@ -49,7 +49,7 @@ The following keywords are available where relevant: ** The size of a downloaded file. ** The target destination of a download. ** The new fullscreen state. -** The color scheme name. +** The color scheme name. -------------------------------------------------------------- ________________________________________________________________________________