diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-08-02 21:04:33 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-08-02 21:04:33 +0200 |
commit | bc8801c9317eb721a2ee91322669f2dd5d136380 (patch) | |
tree | 95425292b23b662854228ae1aa875e6bd3e9322b /runtime/doc/autocmd.txt | |
parent | bc7ce675b2d1c9fb58c067eff3edd59abc30aba4 (diff) | |
download | vim-git-bc8801c9317eb721a2ee91322669f2dd5d136380.tar.gz |
Updated runtime files.
Diffstat (limited to 'runtime/doc/autocmd.txt')
-rw-r--r-- | runtime/doc/autocmd.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/runtime/doc/autocmd.txt b/runtime/doc/autocmd.txt index fd062b2da..e3ba3d739 100644 --- a/runtime/doc/autocmd.txt +++ b/runtime/doc/autocmd.txt @@ -1,4 +1,4 @@ -*autocmd.txt* For Vim version 7.4. Last change: 2016 Jul 19 +*autocmd.txt* For Vim version 7.4. Last change: 2016 Jul 29 VIM REFERENCE MANUAL by Bram Moolenaar @@ -1163,10 +1163,11 @@ name! different from existing {event} names, as this most likely will not do what you intended. - *:augroup-delete* *E367* + *:augroup-delete* *E367* *W19* :aug[roup]! {name} Delete the autocmd group {name}. Don't use this if there is still an autocommand using - this group! This is not checked. + this group! You will get a warning if doing + it anyway. To enter autocommands for a specific group, use this method: 1. Select the group with ":augroup {name}". |