diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2018-05-19 11:44:52 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2018-05-19 11:44:52 +0200 |
commit | d995825c6627dd99213aeeecef56663d4655f701 (patch) | |
tree | 9bcc5fd1f61f923d4b22867acdb2ec2d54687aec /runtime | |
parent | e3707c312a290bb3c002f0d7657947922b6d187c (diff) | |
parent | 021c5875c13e0c4a5bab67e2e2ac50c4be653ad6 (diff) | |
download | rneovim-d995825c6627dd99213aeeecef56663d4655f701.tar.gz rneovim-d995825c6627dd99213aeeecef56663d4655f701.tar.bz2 rneovim-d995825c6627dd99213aeeecef56663d4655f701.zip |
Merge #8377 'TextChangedP autocommand'
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/autocmd.txt | 8 |
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 |