summaryrefslogtreecommitdiff
path: root/vimperator/locale/en-US/repeat.txt
diff options
context:
space:
mode:
authorŠtěpán Němec <stepnem@gmail.com>2009-03-10 20:54:31 +0100
committerDoug Kearns <dougkearns@gmail.com>2009-03-12 00:30:37 +1100
commit8b658634882c5d90c3f6612bcd837797522dcbd3 (patch)
tree9a37a98302984096968aea24264b3fd973eb97b0 /vimperator/locale/en-US/repeat.txt
parent466e521230d67b41d55af3369fdfa4cbaa4093e2 (diff)
downloadpentadactyl-8b658634882c5d90c3f6612bcd837797522dcbd3.tar.gz
Fix disappearing 'q{0-9a-zA-Z}' in repeat.html
Bonus: typo in regressions.js, downcase 'Command-line' in cmdline.txt (as it's not speaking about mode, hope thesnowdog will agree) Signed-off-by: Doug Kearns <dougkearns@gmail.com>
Diffstat (limited to 'vimperator/locale/en-US/repeat.txt')
-rw-r--r--vimperator/locale/en-US/repeat.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/vimperator/locale/en-US/repeat.txt b/vimperator/locale/en-US/repeat.txt
index 2817c980..975cbea7 100644
--- a/vimperator/locale/en-US/repeat.txt
+++ b/vimperator/locale/en-US/repeat.txt
@@ -7,7 +7,7 @@ Vimperator can repeat a number of commands and record macros.
section:Macros[macros,complex-repeat]
|q|
-||q{0-9a-zA-Z}|| +
+||q\\{0-9a-zA-Z}|| +
____________________________________________________________________________
Record a key sequence into a macro.
Available macros are {0-9a-zA-Z} (uppercase to append).