1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-28 21:23:33 +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| |$CDPATH|
|\'cd'| |\'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 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 for relative paths, if an absolute path is specified then the option is
@@ -595,7 +595,7 @@ ____
|\'rtp'| |\'runtimepath'| |\'rtp'| |\'runtimepath'|
||'runtimepath' 'rtp'|| stringlist ||'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: + List of directories searched for runtime files: +
macros/ + macros/ +
@@ -619,7 +619,7 @@ ____
|\'shell'| |\'sh'| |\'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. Shell to use for executing :! and :run commands.
____ ____

View File

@@ -26,7 +26,7 @@ loaded.
Plugins will not be sourced if 'noloadplugins' is set. 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. * Unix and Mac -- _$HOME_ is used.
* Windows -- if _%HOME%_ is set then this is used, otherwise _%USERPROFILE%_ or finally * 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 To save your current settings and allow them to be loaded automatically
next time you start Vimperator, issue the [c]:mkv[c] command. 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 It is a simple text file, just like a vimrc file and can be easily
edited to suit your preferences. edited to suit your preferences.