diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2022-09-22 10:03:38 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-22 10:03:38 -0400 |
commit | a867aa45f70e48cfad9f56657f8d2ec3c8fed153 (patch) | |
tree | f9642f932f407d72df963ba998b645526f6eb1f5 /runtime/doc/autocmd.txt | |
parent | 11f91ac304e7f4d96b8c5f7e056bf941da32466b (diff) | |
parent | 09b64d75bd92a95d89c4f39f9df7918760abe98d (diff) | |
download | rneovim-a867aa45f70e48cfad9f56657f8d2ec3c8fed153.tar.gz rneovim-a867aa45f70e48cfad9f56657f8d2ec3c8fed153.tar.bz2 rneovim-a867aa45f70e48cfad9f56657f8d2ec3c8fed153.zip |
Merge #11967 generate :help HTML with treesitter
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 7a2c540ea2..e55534b163 100644 --- a/runtime/doc/autocmd.txt +++ b/runtime/doc/autocmd.txt @@ -57,7 +57,7 @@ The special pattern <buffer> or <buffer=N> defines a buffer-local autocommand. See |autocmd-buflocal|. Note: The ":autocmd" command can only be followed by another command when the -'|' appears where the pattern is expected. This works: > +"|" appears where the pattern is expected. This works: > :augroup mine | au! BufRead | augroup END But this sees "augroup" as part of the defined command: > :augroup mine | au! BufRead * | augroup END |