1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-13 20:35:46 +01:00

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>
This commit is contained in:
Štěpán Němec
2009-03-10 20:54:31 +01:00
committed by Doug Kearns
parent 466e521230
commit 8b65863488
3 changed files with 3 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ ________________________________________________________________________________
|c_<C-]>| + |c_<C-]>| +
||<C-]>|| ||<C-]>||
________________________________________________________________________________ ________________________________________________________________________________
Expand a Command-line abbreviation. Expand a command-line abbreviation.
________________________________________________________________________________ ________________________________________________________________________________

View File

@@ -7,7 +7,7 @@ Vimperator can repeat a number of commands and record macros.
section:Macros[macros,complex-repeat] section:Macros[macros,complex-repeat]
|q| |q|
||q{0-9a-zA-Z}|| + ||q\\{0-9a-zA-Z}|| +
____________________________________________________________________________ ____________________________________________________________________________
Record a key sequence into a macro. Record a key sequence into a macro.
Available macros are {0-9a-zA-Z} (uppercase to append). Available macros are {0-9a-zA-Z} (uppercase to append).

View File

@@ -1,7 +1,7 @@
// Script to find regressions // Script to find regressions
// //
// It should use as few liberator methods as possible, but fall back to standard mozilla/DOM methods // It should use as few liberator methods as possible, but fall back to standard mozilla/DOM methods
// The reason it, we don't want to find regressions in the regressions script, and it should survive // The reason is, we don't want to find regressions in the regressions script, and it should survive
// massive changes in the internal liberator API, but just test for functionality of // massive changes in the internal liberator API, but just test for functionality of
// user-visible commands/mappings // user-visible commands/mappings
// //