aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2019-07-29 01:51:37 +0200
committerJustin M. Keyes <justinkz@gmail.com>2019-07-29 20:50:07 +0200
commitf64486b6b6b70a05b357229f86b35ab25d92636e (patch)
tree2a5a7c73e0157314423530fb73af51b855d23ead /runtime/doc
parent6e03f87e0991b5b0dfffa79ae580b87e40468da1 (diff)
downloadrneovim-f64486b6b6b70a05b357229f86b35ab25d92636e.tar.gz
rneovim-f64486b6b6b70a05b357229f86b35ab25d92636e.tar.bz2
rneovim-f64486b6b6b70a05b357229f86b35ab25d92636e.zip
vim-patch:790c18bfa5df
Update runtime files https://github.com/vim/vim/commit/790c18bfa5dfeca51749b752dddc41e60cb3fa54
Diffstat (limited to 'runtime/doc')
-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 a3f13034a8..a3a3c95a8f 100644
--- a/runtime/doc/autocmd.txt
+++ b/runtime/doc/autocmd.txt
@@ -397,8 +397,8 @@ BufFilePost After changing the name of the current buffer
BufFilePre Before changing the name of the current buffer
with the ":file" or ":saveas" command.
*BufHidden*
-BufHidden Just after a buffer has become hidden. That
- is, when there are no longer windows that show
+BufHidden Just before a buffer becomes hidden. That is,
+ when there are no longer windows that show
the buffer, but the buffer is not unloaded or
deleted. Not used for ":qa" or ":q" when
exiting Vim.