mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 13:34:13 +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:
committed by
Doug Kearns
parent
466e521230
commit
8b65863488
@@ -25,7 +25,7 @@ ________________________________________________________________________________
|
||||
|c_<C-]>| +
|
||||
||<C-]>||
|
||||
________________________________________________________________________________
|
||||
Expand a Command-line abbreviation.
|
||||
Expand a command-line abbreviation.
|
||||
________________________________________________________________________________
|
||||
|
||||
|
||||
|
||||
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user