mirror of
https://github.com/neovim/neovim.git
synced 2026-09-25 14:58:32 +00:00
Problem: Allocation error with complete_info()
(after v9.1.1876)
Solution: Make sure length is positive (kuuote)
closes: vim/vim#18640
https://github.com/vim/vim/commit/7d3b647f886d3bf9f9764ef644dfedfc5117f902
Co-authored-by: kuuote <znmxodq1@gmail.com>