mirror of
https://github.com/neovim/neovim.git
synced 2025-10-16 06:46:07 +00:00
vim-patch:9.1.0905: Missing information in CompleteDone event (#31455)
Problem: Missing information in CompleteDone event
Solution: add complete_word and complete_type to v:event dict
(glepnir)
closes: vim/vim#16153
1c5a120a70
This commit is contained in:
@@ -208,6 +208,8 @@ M.vars = {
|
||||
changing window (or tab) on |DirChanged|.
|
||||
status Job status or exit code, -1 means "unknown". |TermClose|
|
||||
reason Reason for completion being done. |CompleteDone|
|
||||
complete_word The word that was selected, empty if abandoned complete.
|
||||
complete_type See |complete_info_mode|
|
||||
]=],
|
||||
},
|
||||
exception = {
|
||||
|
Reference in New Issue
Block a user