From 057cbf8cbda95c73d7657c4fb06d7410cbddea92 Mon Sep 17 00:00:00 2001 From: janus_wel Date: Mon, 9 Feb 2009 16:45:17 +0900 Subject: [PATCH] Fix running over quotebox at the description of autocmd Signed-off-by: Ted Pavlic --- vimperator/locale/en-US/autocommands.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/vimperator/locale/en-US/autocommands.txt b/vimperator/locale/en-US/autocommands.txt index ece39507..814099f8 100644 --- a/vimperator/locale/en-US/autocommands.txt +++ b/vimperator/locale/en-US/autocommands.txt @@ -6,8 +6,10 @@ Autocommands are a way to automatically execute code when certain events happen. |:au| |:autocmd| + -||:au[tocmd]|| Execute commands automatically on events. +||:au[tocmd]|| ________________________________________________________________________________ +Execute commands automatically on events. + [c]:au[tocmd][c] {event} {pat} {cmd} Add {cmd} to the list of commands Vimperator will execute on {event} for a URL matching {pat}: