-
Notifications
You must be signed in to change notification settings - Fork 297
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
jsx plugin break matchit after reloading file multiple time #364
Comments
I'm also running into this issue. It looks like https://github.com/mxw/vim-jsx is no longer maintained, might need to find an alternative. |
I've created a merge request to fix this issue in mxw/vim-jsx#187. After merging, I'll create another merge request to fix this issue here. |
A fork was made by @amadeus https://github.com/amadeus/vim-jsx |
I also notice this fork, but I'm not sure if it's good to create a merge request that replace vim-jsx with this fork. Currently, I think the best way is disabling jsx in vim-polyglot and manually using this fork. |
Thanks! |
When using
:edit
to reload jsx file, the b:match_words variable is appended with the jsx match words again. After multiple reloads, vim will complainE51: Too many '('
when using%
to jump to matching parenthese.The text was updated successfully, but these errors were encountered: