summaryrefslogtreecommitdiff
path: root/runtime/doc/autocmd.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-08-02 21:04:33 +0200
committerBram Moolenaar <Bram@vim.org>2016-08-02 21:04:33 +0200
commitbc8801c9317eb721a2ee91322669f2dd5d136380 (patch)
tree95425292b23b662854228ae1aa875e6bd3e9322b /runtime/doc/autocmd.txt
parentbc7ce675b2d1c9fb58c067eff3edd59abc30aba4 (diff)
downloadvim-git-bc8801c9317eb721a2ee91322669f2dd5d136380.tar.gz
Updated runtime files.
Diffstat (limited to 'runtime/doc/autocmd.txt')
-rw-r--r--runtime/doc/autocmd.txt7
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}".