From 9cb000545ed80154d60290fd240cc23198c833cb Mon Sep 17 00:00:00 2001 From: Ted Pavlic Date: Fri, 23 Jan 2009 15:28:53 -0500 Subject: [PATCH] Put |VIMP_INIT| back where it should be in starting.txt --- vimperator/locale/en-US/starting.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vimperator/locale/en-US/starting.txt b/vimperator/locale/en-US/starting.txt index befbb701..f9b30583 100644 --- a/vimperator/locale/en-US/starting.txt +++ b/vimperator/locale/en-US/starting.txt @@ -10,9 +10,9 @@ At startup, Vimperator completes the following tasks in order. 1. Vimperator can perform user initialization commands. When one of the following is successfully located, it is executed, and no further locations are tried. -|$VIMPERATOR_INIT| - a. _$VIMPERATOR_INIT_ -- May contain a single ex command (e.g., + a. |$VIMPERATOR_INIT| + _$VIMPERATOR_INIT_ -- May contain a single ex command (e.g., "[c]:source {file}[c]"). b. [a]\~/_vimperatorrc[a] -- Windows only. If this file exists, its contents are executed.