1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-18 20:23:34 +02:00

Update help source files for Asciidoc 8.4.x.

This commit is contained in:
Doug Kearns
2009-08-06 23:17:08 +10:00
parent 817cbd1e75
commit 9ede619160
52 changed files with 323 additions and 321 deletions

View File

@@ -1,8 +1,8 @@
heading:Repeating{nbsp}commands[repeating]
heading::Repeating{nbsp}commands[repeating]
Vimperator can repeat a number of commands and record macros.
section:Single{nbsp}repeats[single-repeat]
section::Single{nbsp}repeats[single-repeat]
|.|
||[count].||
@@ -20,7 +20,7 @@ Repeat the last Ex command [count] times.
____________________________________________________________________________
section:Macros[macros,complex-repeat]
section::Macros[macros,complex-repeat]
|q|
||q\\{0-9a-zA-Z}|| +
@@ -64,7 +64,7 @@ Replay the last executed macro [count] times.
____________________________________________________________________________
section:Using{nbsp}scripts[using-scripts]
section::Using{nbsp}scripts[using-scripts]
|:so| |:source|
||:so[urce][!] {file}|| +
@@ -93,7 +93,7 @@ function hello2() {
are only available within the scope of the script.
The _.vimperatorrc_ file in your home directory and any files in
_\~/.vimperator/plugin/_ are always sourced at startup. \~ is supported as a
_$$~/.vimperator/plugin/$$_ are always sourced at startup. $$~$$ is supported as a
shortcut for the _$HOME_ directory. If [!] is specified, errors are not
printed.
________________________________________________________________________________
@@ -134,7 +134,7 @@ Stop sourcing a script file. This can only be called from within a Vimperator
script file.
________________________________________________________________________________
section:Profiling[profile,profiling]
section::Profiling[profile,profiling]
|:time|
||:[count]time[!] {code|:command}|| +