1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-27 11:55:46 +01:00

Revert "Again removed explicit numbering in asciidoc help files."

This reverts commit a401e3ebf34c964ca508c189e1daf9b0b18e57b9.

Explicit numbering is easier to read, and will likely be required if and when
we switch to Vim's help format.
This commit is contained in:
Kris Maglione
2009-01-17 23:45:50 -05:00
parent d822a0b363
commit 211e68f8d3
2 changed files with 18 additions and 18 deletions

View File

@@ -41,18 +41,18 @@ opened in new tabs.
Each token is analyzed and in this order: Each token is analyzed and in this order:
1. Opened as a local file if it is an existing relative or absolute filename. 1. Opened as a local file if it is an existing relative or absolute filename.
* [c]:open /etc/fstab[c] shows the file system table. - [c]:open /etc/fstab[c] shows the file system table.
* [c]:open ../other/foo.html[c] in your home directory opens - [c]:open ../other/foo.html[c] in your home directory opens
[a]/home/other/foo.html[a] [a]/home/other/foo.html[a]
. Opened with the specified search engine if the token looks like a search 2. Opened with the specified search engine if the token looks like a search
string and the first word is the name of a search engine ([c]:open wikipedia string and the first word is the name of a search engine ([c]:open wikipedia
linus torvalds[c] opens the Wikipedia entry for linus torvalds). The short linus torvalds[c] opens the Wikipedia entry for linus torvalds). The short
name of a search engine is automatically guessed from its name. If you want name of a search engine is automatically guessed from its name. If you want
to set a custom name, you can change it with [c]:dialog searchengines[c]. to set a custom name, you can change it with [c]:dialog searchengines[c].
. Opened with the default search engine or keyword (specified with the 3. Opened with the default search engine or keyword (specified with the
'defsearch' option) if the first word is no search engine ([c]:open linus 'defsearch' option) if the first word is no search engine ([c]:open linus
torvalds[c] opens a Google search for linux torvalds). torvalds[c] opens a Google search for linux torvalds).
. Passed directly to Firefox in all other cases ([c]:open www.osnews.com, 4. Passed directly to Firefox in all other cases ([c]:open www.osnews.com,
www.slashdot.org[c] opens OSNews in the current, and Slashdot in a new www.slashdot.org[c] opens OSNews in the current, and Slashdot in a new
background tab). background tab).

View File

@@ -10,23 +10,23 @@ At startup, Vimperator completes the following tasks in order.
1. Vimperator can perform user initialization commands. When 1. Vimperator can perform user initialization commands. When
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.
|$VIMPERATOR_INIT|
a. |$VIMPERATOR_INIT| a. _$VIMPERATOR_INIT_ -- May contain a single ex command (e.g.,
_$VIMPERATOR_INIT_ -- May contain a single ex command (e.g.,
"[c]:source {file}[c]"). "[c]:source {file}[c]").
.. [a]\~/_vimperatorrc[a] -- Windows only. If this file exists, its contents b. [a]\~/_vimperatorrc[a] -- Windows only. If this file exists, its contents
are executed. are executed.
.. [a]\~/.vimperatorrc[a] -- If this file exists, its contents are executed. c. [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. 2. If 'exrc' is set, then any RC file in the current directory is also sourced.
. All directories in 'runtimepath' are searched for a "plugin" 3. All directories in 'runtimepath' are searched for a "plugin"
subdirectory and all yet unloaded plugins are loaded. For each subdirectory and all yet unloaded plugins are loaded. For each plugin
plugin directory, all *.\{js,vimp} files (including those in further directory, all *.\{js,vimp} files (including those in further
subdirectories) are sourced alphabetically. No plugins will be subdirectories) are sourced alphabetically. No plugins will be sourced
sourced if 'noloadplugins' is set. Any particular plugin will if 'noloadplugins' is set. Any particular plugin will not be loaded if
not be loaded if it has already been loaded (e.g., by an earlier it has already been loaded (e.g., by an earlier [c]:loadplugins[c]
[c]:loadplugins[c] command). command).
The user's ~ (i.e., "home") directory is determined as follows: The user's ~ (i.e., "home") directory is determined as follows: