mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +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)