We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b9623b commit 1d0d096Copy full SHA for 1d0d096
en/autocmd.txt
@@ -1,4 +1,4 @@
1
-*autocmd.txt* For Vim version 8.2. Last change: 2020 Dec 19
+*autocmd.txt* For Vim version 8.2. Last change: 2021 Jan 28
2
3
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -54,7 +54,8 @@ effects. Be careful not to destroy your text.
54
:au[tocmd] [group] {event} {pat} [++once] [++nested] {cmd}
55
Add {cmd} to the list of commands that Vim will
56
execute automatically on {event} for a file matching
57
- {pat} |autocmd-patterns|.
+ {pat} |autocmd-patterns|.
58
+ Here {event} cannot be "*". *E1155*
59
Note: A quote character is seen as argument to the
60
:autocmd and won't start a comment.
61
Vim always adds the {cmd} after existing autocommands,
0 commit comments