summaryrefslogtreecommitdiff
path: root/runtime/doc/autocmd.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2015-08-25 19:52:04 +0200
committerBram Moolenaar <Bram@vim.org>2015-08-25 19:52:04 +0200
commit88774fdd23f08355297bb8cda78856859051d3c7 (patch)
treeb4cad453fff29106d50879aa877aa093db2530e8 /runtime/doc/autocmd.txt
parent80ce282107849ef1a0e9b8a3be26c59c211b0957 (diff)
downloadvim-88774fdd23f08355297bb8cda78856859051d3c7.zip
Updated runtime files and Italian messages.
Diffstat (limited to 'runtime/doc/autocmd.txt')
-rw-r--r--runtime/doc/autocmd.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/autocmd.txt b/runtime/doc/autocmd.txt
index 43f7f40d9..0e61c2ddf 100644
--- a/runtime/doc/autocmd.txt
+++ b/runtime/doc/autocmd.txt
@@ -1,4 +1,4 @@
-*autocmd.txt* For Vim version 7.4. Last change: 2015 Aug 05
+*autocmd.txt* For Vim version 7.4. Last change: 2015 Aug 18
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1072,7 +1072,7 @@ Instead of a pattern buffer-local autocommands use one of these forms:
Examples: >
:au CursorHold <buffer> echo 'hold'
:au CursorHold <buffer=33> echo 'hold'
- :au BufNewFile * CursorHold <buffer=abuf> echo 'hold'
+ :au BufNewFile * au CursorHold <buffer=abuf> echo 'hold'
All the commands for autocommands also work with buffer-local autocommands,
simply use the special string instead of the pattern. Examples: >