1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-17 06:53:35 +01:00

more refactoring

This commit is contained in:
Martin Stubenschrott
2008-02-23 23:00:43 +00:00
parent a92f9c9a2b
commit 800516acba
6 changed files with 255 additions and 288 deletions

View File

@@ -20,8 +20,8 @@ The plugin directory is named:
The user's '$HOME'(~) directory is determined as follows:
* Unix and Mac - _$HOME_ is used.
* Windows - if _$HOME_ is set then this is used, otherwise _$USERPROFILE_ or finally
_$HOMEDRIVE$HOMEPATH_.
* Windows - if _%HOME%_ is set then this is used, otherwise _%USERPROFILE%_ or finally
_%HOMEDRIVE%%HOMEPATH%_.
_$VIMPERATOR_HOME_ can be used to override the calculated _$HOME_ directory.