1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-28 20:42:29 +01:00

Set MY_VIMPERATORRC when sourcing the RC file on startup.

This commit is contained in:
Doug Kearns
2009-01-15 18:03:04 +11:00
parent 4f4d6ddd9d
commit d9b07c2ff6
3 changed files with 12 additions and 6 deletions

View File

@@ -14,8 +14,9 @@ At startup, Vimperator completes the following tasks in order.
.. |$VIMPERATOR_INIT| _$VIMPERATOR_INIT_ -- May contain a single ex
command (e.g.,
"[c]:source {file}[c]").
.. [a]\~/_vimperatorrc[a] -- Windows only. If this file exists, its
contents are executed.
.. [a]\~/_vimperatorrc[a] -- Windows only. If this file exists, its
contents are executed and
_$MY_VIMPERATORRC_ set to its path.
.. [a]\~/.vimperatorrc[a] -- If this file exists, its contents are
executed.