mirror of
https://github.com/neovim/neovim.git
synced 2024-12-24 13:15:09 -07:00
d2d38858d1
Problem: complete_info() returns wrong index
Solution: Make order of 'info' in completion_info consistent
Start the iteration from the same point and follow the same direction as
done when assigning the completion numbers. This way we remove the
dependence on the completion direction and make the order of 'info'
consistent.
closes: vim/vim#12230
closes: vim/vim#12971
|
||
---|---|---|
.. | ||
testdir | ||
memfile_test.c |