summaryrefslogtreecommitdiffstats
path: root/src/Make_mvc.mak
diff options
context:
space:
mode:
authorGirish Palya <girishji@gmail.com>2024-03-20 20:07:29 +0100
committerChristian Brabandt <cb@256bit.org>2024-03-20 20:11:26 +0100
commit8950bf7f8b85c1287d4e696965d88091fcc60594 (patch)
tree07a2e5322cb8f79c2e07ecfbac86807b504ca652 /src/Make_mvc.mak
parent2708c0b5854faad2844454324431a593c1d2987a (diff)
patch 9.1.0190: complete_info() returns wrong order of itemsv9.1.0190
Problem: complete_info() returns wrong order of items (after v9.0.2018) Solution: Revert Patch v9.0.2018 (Girish Palya) bug fix: complete_info() gives wrong results 1) complete_info() reverses list of items during <c-p> 2) 'selected' item index is wrong during <c-p> 3) number of items returnd can be wrong Solution: - Decouple 'cp_number' from 'selected' index since they need not be correlated - Do not iterate the list backwards - Add targeted tests Regression introduced by https://github.com/vim/vim/commit/69fb5afb3bc9da24c2fb0eafb0027ba9c6502fc2 Following are unnecessary commits to patch problems from above: https://github.com/vim/vim/commit/fef66301665027f1801a18d796f74584666f41ef https://github.com/vim/vim/commit/daef8c74375141974d61b85199b383017644978c All the tests from above commits are retained though. fixes: #14204 closes: #14241 Signed-off-by: Girish Palya <girishji@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'src/Make_mvc.mak')
0 files changed, 0 insertions, 0 deletions