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