aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/autocmd.txt
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2017-11-07 01:09:09 +0100
committerJustin M. Keyes <justinkz@gmail.com>2017-11-07 01:16:42 +0100
commitef7af078ef41fabbf3ca9d25acb6a1062a0716a7 (patch)
tree29fff7cf7590879f3ab99e9ba141e8d6b149d846 /runtime/doc/autocmd.txt
parent8c6a92c6e2af2d5025b1be994802d61f39af2b9e (diff)
downloadrneovim-ef7af078ef41fabbf3ca9d25acb6a1062a0716a7.tar.gz
rneovim-ef7af078ef41fabbf3ca9d25acb6a1062a0716a7.tar.bz2
rneovim-ef7af078ef41fabbf3ca9d25acb6a1062a0716a7.zip
vim-patch:cd5c8f825078
Update runtime files. https://github.com/vim/vim/commit/cd5c8f82507822467232ab71e1ebbaae19595916
Diffstat (limited to 'runtime/doc/autocmd.txt')
-rw-r--r--runtime/doc/autocmd.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/autocmd.txt b/runtime/doc/autocmd.txt
index 2850c8058f..709e7ffed6 100644
--- a/runtime/doc/autocmd.txt
+++ b/runtime/doc/autocmd.txt
@@ -616,7 +616,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*