1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-14 09:45:46 +01:00

When setting rtp on startup, set VIMPERATOR_RUNTIME to match if it doesn't already exist.

This commit is contained in:
Ted Pavlic
2008-12-30 10:10:37 -05:00
parent 5b0d6674db
commit 5d8d61cc01
2 changed files with 11 additions and 2 deletions

View File

@@ -604,6 +604,9 @@ plugin/ +
Example: [c]:set runtimepath=\~/myvimperator,\~/.vimperator[c] +
This will search for plugins in both "\~/myvimperator/plugin" and
"\~/.vimperator/plugin"
On startup, if the environment variable _$VIMPERATOR_RUNTIME_ does not
exist, Vimperator will set it to match this value.
____