mirror of
https://github.com/neovim/neovim.git
synced 2026-02-20 10:28:33 +00:00
The `complete()` mechanism matches completion candidates against the typed text, so strict pre-filtering isn't necessary. This is a first step towards supporting postfix snippets (like `items@insert` in luals)