1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-31 22:13:31 +02:00

Again removed explicit numbering in asciidoc help files.

Automatic numbering exists for a reason. It's more elegant and easy to
manage. Additionally, because numbering rules can be specified centrally,
it adds consistency to the final look of the documents. An editor shouldn't
have to think about the current numbering level or number. That should be
handled by asciidoc as it builds the final doc.

[ However, added explicit first number to make list source code look a
  little better. ]

Also moved $VIMPERATOR_INIT keyword to its correct location in
starting.txt.

This change partially reverts changeset a1f264639f27d7d5b87e5fbccf54d6890a03ca7d.
This commit is contained in:
Ted Pavlic
2009-01-17 12:29:48 -05:00
parent 74256da392
commit 86c5875768
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:
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 ../other/foo.html[c] in your home directory opens
* [c]:open /etc/fstab[c] shows the file system table.
* [c]:open ../other/foo.html[c] in your home directory opens
[a]/home/other/foo.html[a]
2. Opened with the specified search engine if the token looks like a search
. 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
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
to set a custom name, you can change it with [c]:dialog searchengines[c].
3. Opened with the default search engine or keyword (specified with the
. Opened with the default search engine or keyword (specified with the
'defsearch' option) if the first word is no search engine ([c]:open linus
torvalds[c] opens a Google search for linux torvalds).
4. Passed directly to Firefox in all other cases ([c]:open www.osnews.com,
. 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
background tab).