mirror of
https://github.com/neovim/neovim.git
synced 2026-01-18 10:57:01 +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.