diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2018-05-19 11:48:37 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2018-05-19 11:48:37 +0200 |
commit | fb28b0c734c259b0964615ea2ddeb4aabeb23fe8 (patch) | |
tree | 2f4a9a7217955b5dd37632bb4fb6e31b1bda2afb /runtime | |
parent | a82ac8accb0dba4c13b670c69f0024c94c59cdd4 (diff) | |
parent | d995825c6627dd99213aeeecef56663d4655f701 (diff) | |
download | rneovim-fb28b0c734c259b0964615ea2ddeb4aabeb23fe8.tar.gz rneovim-fb28b0c734c259b0964615ea2ddeb4aabeb23fe8.tar.bz2 rneovim-fb28b0c734c259b0964615ea2ddeb4aabeb23fe8.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 |