mirror of
https://github.com/neovim/neovim.git
synced 2026-01-29 16:40:59 +10:00
Author: roxma <roxma@qq.com>
Problem: No way to avoid filtering for autocomplete function, causing
flickering of the popup menu.
Solution: Add the "equal" field to complete items. (closes vim/vim#3887)
73655cf0ca
closes #9566