1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-23 22:45:44 +01:00

Fix missing tags from starting.html.

Fix asciidoc in starting.txt so it produces well formed XML.
This commit is contained in:
Doug Kearns
2009-05-22 11:42:34 +10:00
parent cd65571cab
commit 72e13d9e9d

View File

@@ -14,9 +14,9 @@ further locations are tried.
a. |$VIMPERATOR_INIT| a. |$VIMPERATOR_INIT|
_$VIMPERATOR_INIT_ -- May contain a single Ex command (e.g., _$VIMPERATOR_INIT_ -- May contain a single Ex command (e.g.,
"[c]:source {file}[c]"). "[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. 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. 2. If 'exrc' is set, then any RC file in the current directory is also sourced.