Skip to content

Commit 1d0d096

Browse files
committed
autocmd.txt: Update Vim 8.2.2465
1 parent 5b9623b commit 1d0d096

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

en/autocmd.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*autocmd.txt* For Vim version 8.2. Last change: 2020 Dec 19
1+
*autocmd.txt* For Vim version 8.2. Last change: 2021 Jan 28
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -54,7 +54,8 @@ effects. Be careful not to destroy your text.
5454
:au[tocmd] [group] {event} {pat} [++once] [++nested] {cmd}
5555
Add {cmd} to the list of commands that Vim will
5656
execute automatically on {event} for a file matching
57-
{pat} |autocmd-patterns|.
57+
{pat} |autocmd-patterns|.
58+
Here {event} cannot be "*". *E1155*
5859
Note: A quote character is seen as argument to the
5960
:autocmd and won't start a comment.
6061
Vim always adds the {cmd} after existing autocommands,

0 commit comments

Comments
 (0)