1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-22 22:33:32 +01:00

normalize formatting of the optional bang in help descriptions

This commit is contained in:
Doug Kearns
2008-08-07 05:29:02 +00:00
parent 3b708a2aad
commit 9f31811e79
2 changed files with 12 additions and 7 deletions

View File

@@ -54,10 +54,13 @@ Each token is analyzed and in this order:
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).
You can use :open -tags linux torvalds<Tab> to complete bookmarks with tag "linux" and which contain "torvalds". Note that -tags support is only available for tab completion, not for the actual command. You can use [c]:open -tags linux torvalds<Tab>[c] to complete bookmarks with
The items which are completed on <Tab> are specified in the 'complete' option. tag "linux" and which contain "torvalds". Note that -tags support is only
available for tab completion, not for the actual command.
The items which are completed on [m]<Tab>[m] are specified in the 'complete'
option.
Without argument, reloads the current page. Without argument, reloads the current page.
Without argument but with !, reloads the current page skipping the cache. Without argument but with [!], reloads the current page skipping the cache.
________________________________________________________________________________ ________________________________________________________________________________
@@ -66,7 +69,8 @@ ________________________________________________________________________________
||t|| ||t||
________________________________________________________________________________ ________________________________________________________________________________
Just like help::open[browsing.html,:open], but opens the resulting web page(s) Just like help::open[browsing.html,:open], but opens the resulting web page(s)
in a new tab. When used with [a]![a], the 'tabopen' value of the 'activate' option is negated. in a new tab. When used with [!], the 'tabopen' value of the 'activate' option
is negated.
________________________________________________________________________________ ________________________________________________________________________________
@@ -81,8 +85,9 @@ ________________________________________________________________________________
|:tabd| |:tabduplicate| |:tabd| |:tabduplicate|
||:[count]tabd[uplicate][!]|| + ||:[count]tabd[uplicate][!]|| +
________________________________________________________________________________ ________________________________________________________________________________
Duplicates current tab [count] times. Uses 'tabopen' value of the 'activate' to determine Duplicates current tab [count] times. Uses 'tabopen' value of the 'activate' to
if last cloned tab should be activated. When used with [a]![a], 'tabopen' value is negated. determine if last cloned tab should be activated. When used with [!], 'tabopen'
value is negated.
________________________________________________________________________________ ________________________________________________________________________________

View File

@@ -299,7 +299,7 @@ ________________________________________________________________________________
|:vie| |:viewsource| |:vie| |:viewsource|
||:vie[wsource][!] [url]|| + ||:vie[wsource][!] [url]|| +
________________________________________________________________________________ ________________________________________________________________________________
View source code of current document. When ! is given, it is opened with the View source code of current document. When [!] is given, it is opened with the
external editor. external editor.
________________________________________________________________________________ ________________________________________________________________________________