mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 03:05:11 -07:00
a616272f56
Problem: `CompleteDone` currently does not specify the reason for why completion was done, which is problematic for completion plugins as they cannot know whether the event was triggered due to the completion being canceled, accepted, or for some other reason. Solution: Add a `reason` key to `v:event`, which is set by `CompleteDone` to indicate why completion ended. |
||
---|---|---|
.. | ||
autocmd_oldtest_spec.lua | ||
autocmd_spec.lua | ||
bufenter_spec.lua | ||
bufmodifiedset_spec.lua | ||
cmdline_spec.lua | ||
completedone_spec.lua | ||
cursorhold_spec.lua | ||
cursormoved_spec.lua | ||
dirchanged_spec.lua | ||
filetype_spec.lua | ||
focus_spec.lua | ||
modechanged_spec.lua | ||
recording_spec.lua | ||
safestate_spec.lua | ||
searchwrapped_spec.lua | ||
show_spec.lua | ||
signal_spec.lua | ||
tabclose_spec.lua | ||
tabnew_spec.lua | ||
tabnewentered_spec.lua | ||
termxx_spec.lua | ||
textchanged_spec.lua | ||
textyankpost_spec.lua | ||
win_scrolled_resized_spec.lua |