-
-
Notifications
You must be signed in to change notification settings - Fork 247
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
More trigger-types #547
Comments
Currently |
@leiserfg couldn't we use |
Riiight, theres a lua-api to vim-regexes... Yeah it's tempting to use that, true. I'll take a closer look tomorrow, then I'll understand what you are talking about😅 |
We could start with |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry for commenting on an old issue, but is there any update on having proper regex support? |
Finally got to this, follow #923 :D |
Currently we have
regTrig
andnot regTrig
(eg. a plain string), but since lua-patterns are quite limited it would be nice to support full regex via either the soon-to-be includedjsregexp
or just vims builtin regexes (or just both).One nice interface for this include retiring
regTrig
(backwards compatibly) and instead introducing an argtriggerType
, which can beThe text was updated successfully, but these errors were encountered: