mirror of
https://github.com/neovim/neovim.git
synced 2025-11-21 09:36:29 +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)