From cd5c8f82507822467232ab71e1ebbaae19595916 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 9 Apr 2017 20:11:58 +0200 Subject: Update runtime files. --- runtime/doc/autocmd.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'runtime/doc/autocmd.txt') 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 "". + buffer that was changed, which is in "". NOTE: The commands must not change the current buffer, jump to another buffer or delete a buffer. *E246* *E811* -- cgit v1.2.1