From 72e13d9e9d298faff8f5a7aa1ee43ddf302e1709 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Fri, 22 May 2009 11:42:34 +1000 Subject: [PATCH] Fix missing tags from starting.html. Fix asciidoc in starting.txt so it produces well formed XML. --- 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 81b1870f..ed51c649 100644 --- a/vimperator/locale/en-US/starting.txt +++ b/vimperator/locale/en-US/starting.txt @@ -14,9 +14,9 @@ further locations are tried. 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 + b. _\~/_vimperatorrc_ -- Windows only. If this file exists, its contents are executed and _$MY_VIMPERATORRC_ set to its path. - c. [a]\~/.vimperatorrc[a] -- If this file exists, its contents are executed. + c. _\~/.vimperatorrc_ -- If this file exists, its contents are executed. 2. If 'exrc' is set, then any RC file in the current directory is also sourced.