diff options
Diffstat (limited to 'runtime/doc/autocmd.txt')
-rw-r--r-- | runtime/doc/autocmd.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/autocmd.txt b/runtime/doc/autocmd.txt index 733a01e761..6343f6ef3d 100644 --- a/runtime/doc/autocmd.txt +++ b/runtime/doc/autocmd.txt @@ -1351,7 +1351,7 @@ have changed autocommands, or when Vim has executed the wrong autocommands Note that the 'eventignore' option applies here too. Events listed in this option will not cause any commands to be executed. - *:do* *:doau* *:doautocmd* *E217* + *:do* *:doau* *:doaut* *:doautocmd* *E217* :do[autocmd] [<nomodeline>] [group] {event} [fname] Apply the autocommands matching [fname] (default: current file name) for {event} to the current buffer. |