summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/provider/python.lua
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2025-08-10 16:21:47 +0800
committerGitHub <noreply@github.com>2025-08-10 16:21:47 +0800
commitf0d83419843874f5569889978570e92638beceb9 (patch)
treeea6d6cabe012b936e6211bae0174bcfca6c12a49 /runtime/lua/vim/provider/python.lua
parent72969f13012ac55ecb88e3029f34e2493ab5d73d (diff)
vim-patch:9.1.1618: completion: incorrect selected index returned from complete_info() (#35284)
Problem: completion: incorrect selected index returned from complete_info() Solution: Return the index into "items" and restore the previous behaviour (Robert Muir). complete_info() returned an incorrect selected index after 0ac1eb3555445f4c458c06cef7c411de1c8d1020 (Patch v9.1.1311). Effectively it became an index into "matches" instead of "items". Return the index into "items" by default to restore the previous behavior, unless "matches" was requested. closes: vim/vim#17952 https://github.com/vim/vim/commit/8e2a2291892935f28645cbe550ef2856bab1ee4e Co-authored-by: Robert Muir <rmuir@apache.org> Co-authored-by: Hirohito Higashi <h.east.727@gmail.com>
Diffstat (limited to 'runtime/lua/vim/provider/python.lua')
0 files changed, 0 insertions, 0 deletions