1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-11 13:13:32 +02:00

Changed hyphens to en dashes where appropriate. Note that spaced en dashes can be changed to single em dashes, but should be consistent. See CMOS.

This commit is contained in:
Ted Pavlic
2008-12-29 14:45:48 -05:00
parent 81370f7071
commit 015d299b3b
4 changed files with 9 additions and 9 deletions

View File

@@ -11,11 +11,11 @@ locations are tried.
|$VIMPERATOR_INIT|
1. _$VIMPERATOR_INIT_ - May contain a single ex command, usually
1. _$VIMPERATOR_INIT_ -- May contain a single ex command, usually
[c]:source {file}[c].
2. [a]\~/_vimperatorrc[a] - Windows only. If this file exists, its contents
2. [a]\~/_vimperatorrc[a] -- Windows only. If this file exists, its contents
are executed.
3. [a]\~/.vimperatorrc[a] - If this file exists, its contents are executed.
3. [a]\~/.vimperatorrc[a] -- If this file exists, its contents are executed.
If 'exrc' is set then any RC file in the current directory is also sourced.
@@ -28,8 +28,8 @@ Plugins will not be sourced if 'noloadplugins' is set.
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
* Unix and Mac -- _$HOME_ is used.
* Windows -- if _%HOME%_ is set then this is used, otherwise _%USERPROFILE%_ or finally
_%HOMEDRIVE%%HOMEPATH%_.
section:Saving{nbsp}settings[save-settings]