summaryrefslogtreecommitdiff
path: root/vimperator/locale/en-US/repeat.txt
diff options
context:
space:
mode:
Diffstat (limited to 'vimperator/locale/en-US/repeat.txt')
-rw-r--r--vimperator/locale/en-US/repeat.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/vimperator/locale/en-US/repeat.txt b/vimperator/locale/en-US/repeat.txt
index 359172ae..a2e1dc48 100644
--- a/vimperator/locale/en-US/repeat.txt
+++ b/vimperator/locale/en-US/repeat.txt
@@ -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}|| +