aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2018-05-19 11:44:52 +0200
committerJustin M. Keyes <justinkz@gmail.com>2018-05-19 11:44:52 +0200
commitd995825c6627dd99213aeeecef56663d4655f701 (patch)
tree9bcc5fd1f61f923d4b22867acdb2ec2d54687aec /runtime
parente3707c312a290bb3c002f0d7657947922b6d187c (diff)
parent021c5875c13e0c4a5bab67e2e2ac50c4be653ad6 (diff)
downloadrneovim-d995825c6627dd99213aeeecef56663d4655f701.tar.gz
rneovim-d995825c6627dd99213aeeecef56663d4655f701.tar.bz2
rneovim-d995825c6627dd99213aeeecef56663d4655f701.zip
Merge #8377 'TextChangedP autocommand'
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/autocmd.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/runtime/doc/autocmd.txt b/runtime/doc/autocmd.txt
index 06a016eddb..0b7cd5b2cd 100644
--- a/runtime/doc/autocmd.txt
+++ b/runtime/doc/autocmd.txt
@@ -325,6 +325,9 @@ Name triggered by ~
|TextChanged| after a change was made to the text in Normal mode
|TextChangedI| after a change was made to the text in Insert mode
+ when popup menu is not visible
+|TextChangedP| after a change was made to the text in Insert mode
+ when popup menu visible
|ColorScheme| after loading a color scheme
@@ -969,6 +972,11 @@ TextChangedI After a change was made to the text in the
current buffer in Insert mode.
Not triggered when the popup menu is visible.
Otherwise the same as TextChanged.
+ *TextChangedP*
+TextChangedP After a change was made to the text in the
+ current buffer in Insert mode, only when the
+ popup menu is visible. Otherwise the same as
+ TextChanged.
*User*
User Never executed automatically. To be used for
autocommands that are only executed with