]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1020: no way to get current selected item in a async context v9.1.1020
authorglepnir <glephunter@gmail.com>
Thu, 16 Jan 2025 13:37:44 +0000 (14:37 +0100)
committerChristian Brabandt <cb@256bit.org>
Thu, 16 Jan 2025 13:37:44 +0000 (14:37 +0100)
commit037b028a2219d09bc97be04b300b2c0490c4268d
treee7f969fc2c1842d3dc4a7584385210091a473fdb
parent3058087f6f04be788118e94e942e0f0c9fca25f0
patch 9.1.1020: no way to get current selected item in a async context

Problem:  no way to get current selected item in a async context
Solution: add completed flag to show the entries of currently selected
          index item (@glepnir)

closes: #16451

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