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