neovim/test/functional/autocmd
Famiu Haque a616272f56
feat(complete): specify reason for CompleteDone
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.
2024-05-24 11:57:46 +02:00
..
autocmd_oldtest_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
autocmd_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
bufenter_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
bufmodifiedset_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
cmdline_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
completedone_spec.lua feat(complete): specify reason for CompleteDone 2024-05-24 11:57:46 +02:00
cursorhold_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
cursormoved_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
dirchanged_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
filetype_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
focus_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
modechanged_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
recording_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
safestate_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
searchwrapped_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
show_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
signal_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
tabclose_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
tabnew_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
tabnewentered_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
termxx_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
textchanged_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
textyankpost_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
win_scrolled_resized_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00