unison/editor-support
Cody Allen 2404c41288
vim completion: handle leading {
Before this change if you had `{Abor<cursor>` and triggered completion,
nothing would be found because the `{` was included in the search
string. This change special-cases a few characters (braces, parentheses)
so that they don't accidentally get included in the search term.

I think that a fix that is 100% compatible with the Unison spec would be
more involved. But this seems to handle the vast majority of uses. Also
I don't think that the Unison parser even is 100% compatible with the
Unison spec 🙂.
2022-01-27 15:17:13 -08:00
..
atom/language-unison parse (cases) lambda-case syntax 2020-02-14 08:42:41 -08:00
vim vim completion: handle leading { 2022-01-27 15:17:13 -08:00