From 54cbed3d74817542f24296d1aae2aec74eeb1939 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Sun, 17 Aug 2008 13:42:25 +0000 Subject: [PATCH] make the :pagestyle invalid arg error message more Vimish --- content/buffer.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/content/buffer.js b/content/buffer.js index 4978b5e5..97165af1 100644 --- a/content/buffer.js +++ b/content/buffer.js @@ -171,8 +171,7 @@ liberator.Buffer = function () //{{{ "number", 0, { validator: function (value) { return value >= 0; } - } - ); + }); liberator.options.add(["showstatuslinks", "ssli"], "Show the destination of the link under the cursor in the status bar", @@ -474,7 +473,7 @@ liberator.Buffer = function () //{{{ if (args && !titles.some(function (title) { return title == args; })) { - liberator.echoerr("Exxx: No matching stylesheet"); + liberator.echoerr("E475: Invalid argument: " + args); return; }