From d8572f387b333f23e9ca260a9ac753f2cf820436 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Sun, 4 Nov 2007 06:32:33 +0000 Subject: [PATCH] update the example RC file's sample echo command as it now requires a quoted string arg --- vimperatorrc.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vimperatorrc.example b/vimperatorrc.example index 1438e94e..be208ee3 100644 --- a/vimperatorrc.example +++ b/vimperatorrc.example @@ -2,7 +2,6 @@ " I don't like beeps set visualbell -echo vimperatorrc found " embedded javascript is possible " You can even add new functions which are then available in the :js command @@ -13,4 +12,6 @@ hello = function(name) } EOF +echo "vimperatorrc sourced" + " vim: ft=vimperator: