1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-06 15:54:13 +01:00

Use consistent _$VAR_ in help. Before it was mix of _$VAR_ and \'$VAR'

This commit is contained in:
Ted Pavlic
2008-12-29 21:39:31 -05:00
parent 7c64cd0a6c
commit ed62a80d20
3 changed files with 5 additions and 5 deletions

View File

@@ -211,7 +211,7 @@ ____
|$CDPATH|
|\'cd'| |\'cdpath'|
||'cdpath' 'cd'|| string (default: equivalent to \'$CDPATH' or ",,")
||'cdpath' 'cd'|| string (default: equivalent to _$CDPATH_ or ",,")
____
List of directories searched when executing the :cd command. This is only used
for relative paths, if an absolute path is specified then the option is
@@ -595,7 +595,7 @@ ____
|\'rtp'| |\'runtimepath'|
||'runtimepath' 'rtp'|| stringlist
____
(default: \'$VIMPERATOR_RUNTIME' or Unix, Mac: "\~/.vimperator", Windows: "\~/vimperator")
(default: _$VIMPERATOR_RUNTIME_ or Unix, Mac: "\~/.vimperator", Windows: "\~/vimperator")
List of directories searched for runtime files: +
macros/ +
@@ -619,7 +619,7 @@ ____
|\'shell'| |\'sh'|
||'shell' 'sh'|| string (default: $SHELL or "sh", Win32: "cmd.exe")
||'shell' 'sh'|| string (default: _$SHELL_ or "sh", Win32: "cmd.exe")
____
Shell to use for executing :! and :run commands.
____

View File

@@ -26,7 +26,7 @@ loaded.
Plugins will not be sourced if 'noloadplugins' is set.
The user's \'$HOME'(~) directory is determined as follows:
The user's ~ (i.e., "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

View File

@@ -178,7 +178,7 @@ Continuing the Vim theme, this is done with a vimperatorrc file.
To save your current settings and allow them to be loaded automatically
next time you start Vimperator, issue the [c]:mkv[c] command.
This will create the file *$HOME/.vimperatorrc* containing your settings.
This will create the file *_$HOME_/.vimperatorrc* containing your settings.
It is a simple text file, just like a vimrc file and can be easily
edited to suit your preferences.