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