aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2020-10-22 00:27:59 -0400
committerGitHub <noreply@github.com>2020-10-22 00:27:59 -0400
commit78cd1b9f5a920ce6845cf275fa8c1fdfbf9400a3 (patch)
tree650af6c16bfe613c8f55111b92195bae6e60497a /runtime
parent10ac5ada31b184cac6936a692b2c122d0d85a370 (diff)
parent3f0850e9f053db6e1e5b4911c975c13f4a1624b0 (diff)
downloadrneovim-78cd1b9f5a920ce6845cf275fa8c1fdfbf9400a3.tar.gz
rneovim-78cd1b9f5a920ce6845cf275fa8c1fdfbf9400a3.tar.bz2
rneovim-78cd1b9f5a920ce6845cf275fa8c1fdfbf9400a3.zip
Merge pull request #13128 from janlazo/vim-8.2.0268
vim-patch:8.1.1877,8.2.{268,1874,1875,1877,1878,1881,1883}
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/autocmd.txt9
1 files changed, 7 insertions, 2 deletions
diff --git a/runtime/doc/autocmd.txt b/runtime/doc/autocmd.txt
index a6872d0af5..a728593c40 100644
--- a/runtime/doc/autocmd.txt
+++ b/runtime/doc/autocmd.txt
@@ -700,9 +700,14 @@ InsertEnter Just before starting Insert mode. Also for
The cursor is restored afterwards. If you do
not want that set |v:char| to a non-empty
string.
+ *InsertLeavePre*
+InsertLeavePre Just before leaving Insert mode. Also when
+ using CTRL-O |i_CTRL-O|. Be caseful not to
+ change mode or use `:normal`, it will likely
+ cause trouble.
*InsertLeave*
-InsertLeave When leaving Insert mode. Also when using
- CTRL-O |i_CTRL-O|. But not for |i_CTRL-C|.
+InsertLeave Just after leaving Insert mode. Also when
+ using CTRL-O |i_CTRL-O|. But not for |i_CTRL-C|.
*MenuPopup*
MenuPopup Just before showing the popup menu (under the
right mouse button). Useful for adjusting the