1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-31 19:35:45 +01:00

Fixed Initialization section in Help

This commit is contained in:
Prathyush Thota
2009-03-28 16:27:18 +05:30
parent de38813fce
commit 58dd4c2e77

View File

@@ -11,12 +11,12 @@ At startup, Xulmus completes the following tasks in order.
one of the following is successfully located, it is executed, and no one of the following is successfully located, it is executed, and no
further locations are tried. further locations are tried.
a. |$VIMPERATOR_INIT| a. |$XULMUS_INIT|
_$VIMPERATOR_INIT_ -- May contain a single Ex command (e.g., _$XULMUS_INIT_ -- May contain a single Ex command (e.g.,
"[c]:source {file}[c]"). "[c]:source {file}[c]").
b. [a]\~/_vimperatorrc[a] -- Windows only. If this file exists, its contents b. [a]\~/_xulmusrc[a] -- Windows only. If this file exists, its contents
are executed. are executed.
c. [a]\~/.vimperatorrc[a] -- If this file exists, its contents are executed. c. [a]\~/.xulmusrc[a] -- If this file exists, its contents are executed.
2. If 'exrc' is set, then any RC file in the current directory is also sourced. 2. If 'exrc' is set, then any RC file in the current directory is also sourced.
@@ -37,12 +37,12 @@ it finds.
section:Saving{nbsp}settings[save-settings] section:Saving{nbsp}settings[save-settings]
|:mkv| |:mkvimperatorrc| |:mkx| |:mkxulmusrc|
||:mkv[imperatorrc][!] [a][file][a]|| + ||:mkx[ulmusrc][!] [a][file][a]|| +
________________________________________________________________________________ ________________________________________________________________________________
Write current key mappings and changed options to [a][file][a]. If no Write current key mappings and changed options to [a][file][a]. If no
[a][file][a] is specified then _~/.vimperatorrc_ is written unless this file [a][file][a] is specified then _~/.xulmusrc_ is written unless this file
already exists. The special version [c]:mkvimperatorrc![c] will overwrite already exists. The special version [c]:mkxulmusrc![c] will overwrite
[a][file][a] if it exists. [a][file][a] if it exists.
Warning: this differs from Vim's behavior which defaults to writing the file Warning: this differs from Vim's behavior which defaults to writing the file