mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-03 15:04:12 +01:00
Fix running over quotebox at the description of autocmd
Signed-off-by: Ted Pavlic <ted@tedpavlic.com>
This commit is contained in:
@@ -6,8 +6,10 @@ Autocommands are a way to automatically execute code when certain events
|
|||||||
happen.
|
happen.
|
||||||
|
|
||||||
|:au| |:autocmd| +
|
|:au| |:autocmd| +
|
||||||
||:au[tocmd]|| Execute commands automatically on events.
|
||:au[tocmd]||
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
Execute commands automatically on events.
|
||||||
|
|
||||||
[c]:au[tocmd][c] {event} {pat} {cmd}
|
[c]:au[tocmd][c] {event} {pat} {cmd}
|
||||||
|
|
||||||
Add {cmd} to the list of commands Vimperator will execute on {event} for a URL matching {pat}:
|
Add {cmd} to the list of commands Vimperator will execute on {event} for a URL matching {pat}:
|
||||||
|
|||||||
Reference in New Issue
Block a user