1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-05 14:25:47 +01:00

Put |VIMP_INIT| back where it should be in starting.txt

This commit is contained in:
Ted Pavlic
2009-01-23 15:28:53 -05:00
parent ac603ad687
commit 9cb000545e

View File

@@ -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.