diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2020-01-18 16:12:16 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-18 16:12:16 -0800 |
commit | fb8b0503baf95ccd9ab4a30220dd08ca8b16736b (patch) | |
tree | 8106670804b58724a15c64da4473b78393528601 /runtime | |
parent | fd89ad7bfb1534c42c99b36ca025ea42ccbee7e1 (diff) | |
parent | ad35cbca76222deb33357b63a61a29945ef084f7 (diff) | |
download | rneovim-fb8b0503baf95ccd9ab4a30220dd08ca8b16736b.tar.gz rneovim-fb8b0503baf95ccd9ab4a30220dd08ca8b16736b.tar.bz2 rneovim-fb8b0503baf95ccd9ab4a30220dd08ca8b16736b.zip |
Merge #11707 from janlazo/vim-8.1.1434
vim-patch:8.1.{716,1139},8.2.{112,120,123}
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/autocmd.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/autocmd.txt b/runtime/doc/autocmd.txt index 45bead968d..774e6a5d92 100644 --- a/runtime/doc/autocmd.txt +++ b/runtime/doc/autocmd.txt @@ -596,6 +596,8 @@ CompleteChanged *CompleteChanged* CompleteDone After Insert mode completion is done. Either when something was completed or abandoning completion. |ins-completion| + |complete_info()| can be used, the info is + cleared after triggering CompleteDone. The |v:completed_item| variable contains the completed item. |