summaryrefslogtreecommitdiff
path: root/runtime/doc/autocmd.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-04-09 20:11:58 +0200
committerBram Moolenaar <Bram@vim.org>2017-04-09 20:11:58 +0200
commitcd5c8f82507822467232ab71e1ebbaae19595916 (patch)
tree3b255b3edf7ff12ad6dfc1d8b66f08865b59bee4 /runtime/doc/autocmd.txt
parentf8ec998613d8037e345f4e7e08460dfc15c528a9 (diff)
downloadvim-git-cd5c8f82507822467232ab71e1ebbaae19595916.tar.gz
Update runtime files.
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 c6358e4eb..575e8523d 100644
--- a/runtime/doc/autocmd.txt
+++ b/runtime/doc/autocmd.txt
@@ -1,4 +1,4 @@
-*autocmd.txt* For Vim version 8.0. Last change: 2017 Jan 14
+*autocmd.txt* For Vim version 8.0. Last change: 2017 Apr 07
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -621,7 +621,7 @@ FileChangedShell When Vim notices that the modification time of
to tell Vim what to do next.
NOTE: When this autocommand is executed, the
current buffer "%" may be different from the
- buffer that was changed "<afile>".
+ buffer that was changed, which is in "<afile>".
NOTE: The commands must not change the current
buffer, jump to another buffer or delete a
buffer. *E246* *E811*