]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0098: CompletionChanged not triggered when new leader added without matches v9.1.0098
authorglepnir <glephunter@gmail.com>
Sun, 11 Feb 2024 16:52:40 +0000 (17:52 +0100)
committerChristian Brabandt <cb@256bit.org>
Sun, 11 Feb 2024 16:52:40 +0000 (17:52 +0100)
commit0d3c0a66a39570cbc52b9536604c39e324b989b3
tree786f5f41c0f365793c89dbf60c1457cabab492cb
parentefabd7c8d4f733350364356b8950a11f013aec49
patch 9.1.0098: CompletionChanged not triggered when new leader added without matches

Problem:  CompletionChanged not triggered when new leader added causing
          no matching item in the completion menu
Solution: When completion is active but no items matched still trigger
          CompletChanged event
          (glepnir)

closes: #13982

Signed-off-by: glepnir <glephunter@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/insexpand.c
src/testdir/test_popup.vim
src/version.c