]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0983: not able to get the displayed items in complete_info() v9.1.0983
authorglepnir <glephunter@gmail.com>
Tue, 31 Dec 2024 09:55:22 +0000 (10:55 +0100)
committerChristian Brabandt <cb@256bit.org>
Tue, 31 Dec 2024 09:58:30 +0000 (10:58 +0100)
commitd4088edae21659e14ab5f763c820f4eab9d36981
tree89d9dc7e95952c87c16fdb9216d090a244a0be75
parent34e271b32111cca3245283b7f9de2fe821982510
patch 9.1.0983: not able to get the displayed items in complete_info()

Problem:  not able to get the displayed items in complete_info()
          (Evgeni Chasnovski)
Solution: return the visible items via the "matches" key for
          complete_info() (glepnir)

fixes: #10007
closes: #16307

Signed-off-by: glepnir <glephunter@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/builtin.txt
runtime/doc/insert.txt
runtime/doc/version9.txt
src/insexpand.c
src/testdir/test_ins_complete.vim
src/version.c