neovim/test/functional
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
..
api feat(signs)!: place higher-priority signs from the left #27781 2024-05-21 09:21:42 -07:00
autocmd feat(complete): specify reason for CompleteDone 2024-05-24 11:57:46 +02:00
core test: improve test conventions 2024-04-23 18:17:04 +02:00
editor test: improve test conventions 2024-04-23 18:17:04 +02:00
ex_cmds test: improve test conventions 2024-04-23 18:17:04 +02:00
fixtures NVIM v0.10.0 2024-05-16 14:34:32 +02:00
legacy vim-patch:9.1.0414: Unable to leave long line with 'smoothscroll' and 'scrolloff' 2024-05-17 20:28:14 +02:00
lua fix: change deprecation presentation 2024-05-24 11:08:00 +02:00
options test: improve test conventions 2024-04-23 18:17:04 +02:00
plugin fix: change deprecation presentation 2024-05-24 11:08:00 +02:00
provider test: improve test conventions 2024-04-23 18:17:04 +02:00
script docs(luacats): support backtick captured generic type 2024-05-07 14:33:14 +01:00
shada fix(shada): restore search pattern length properly (#28929) 2024-05-23 09:10:16 +08:00
terminal fix(tui): initialize clear attrs with current terminal background 2024-05-10 14:13:02 +02:00
treesitter perf(treesitter): use child_containing_descendant() in has-ancestor? (#28512) 2024-05-16 16:57:58 +02:00
ui feat(signs)!: place higher-priority signs from the left #27781 2024-05-21 09:21:42 -07:00
vimscript feat(api): broadcast events to ALL channels #28487 2024-05-17 07:37:39 -07:00
example_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
preload.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
testnvim.lua fix(test): failure after version bump #28771 2024-05-16 05:33:04 -07:00