From ed62a80d20657288d66b1c8128ac6372515b8f95 Mon Sep 17 00:00:00 2001 From: Ted Pavlic Date: Mon, 29 Dec 2008 21:39:31 -0500 Subject: [PATCH] Use consistent _$VAR_ in help. Before it was mix of _$VAR_ and \'$VAR' --- vimperator/locale/en-US/options.txt | 6 +++--- vimperator/locale/en-US/starting.txt | 2 +- vimperator/locale/en-US/tutorial.txt | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/vimperator/locale/en-US/options.txt b/vimperator/locale/en-US/options.txt index a86a1d4b..d1dc2e92 100644 --- a/vimperator/locale/en-US/options.txt +++ b/vimperator/locale/en-US/options.txt @@ -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. ____ diff --git a/vimperator/locale/en-US/starting.txt b/vimperator/locale/en-US/starting.txt index c0947587..43b2d1a7 100644 --- a/vimperator/locale/en-US/starting.txt +++ b/vimperator/locale/en-US/starting.txt @@ -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 diff --git a/vimperator/locale/en-US/tutorial.txt b/vimperator/locale/en-US/tutorial.txt index 0411657a..daddb9ea 100644 --- a/vimperator/locale/en-US/tutorial.txt +++ b/vimperator/locale/en-US/tutorial.txt @@ -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.