]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.2.0433: customlist completion cannot supply pum metadata master v9.2.0433
authorYasuhiro Matsumoto <mattn.jp@gmail.com>
Sat, 2 May 2026 16:04:38 +0000 (16:04 +0000)
committerChristian Brabandt <cb@256bit.org>
Sat, 2 May 2026 16:11:01 +0000 (16:11 +0000)
commit5c700152ae23c91b6edef3fa3e7ba06d40be0f9e
treea9e2209cddbf5f4dabac6ce9f82e8e6618993cc7
parent3bd25c63b4eda363683c06b0dcc58e74f563d3f2
patch 9.2.0433: customlist completion cannot supply pum metadata

Problem:  customlist completion cannot supply pum metadata
Solution: Allow each item returned by a customlist function to be
          either a string or a Dict with keys "word", "abbr", "kind",
          "menu" and "info" (Yasuhiro Matsumoto).

closes: #20100

Signed-off-by: Yasuhiro Matsumoto <mattn.jp@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/map.txt
runtime/doc/version9.txt
src/cmdexpand.c
src/structs.h
src/testdir/test_cmdline.vim
src/version.c