mirror of
https://github.com/neovim/neovim.git
synced 2026-06-24 12:15:33 +00:00
Problem: Behavior of Enter in completion depends on typing speed.
Solution: Don't make whether Enter selects original text depend on
whether completion has been interrupted, which can happen
interactively with a slow completion function.