gregsexton / MatchTag

Vim's MatchParen for HTML tags
http://www.vim.org/scripts/script.php?script_id=3818
311 stars 30 forks source link

Plugin failure #40

Closed chan15 closed 5 years ago

chan15 commented 6 years ago

vim: 8.1.173 plugin: latest

function 109_Highlight_Matching_Pair[20]..109_SearchForMatchingTag

E475: incorrect variable: 0

markmoser commented 6 years ago

I'm seeing this too. Seems to be choking on " double quotes

MacVim: 8.1.235

chan15 commented 6 years ago

it seems the author won't take care of this project anymore, any suggestion for another plugin?

jeromefaria commented 6 years ago

Same here. Updated all plugins and MacVim to 8.1.235 yesterday and now running into this issue:

Error detected while processing function <SNR>212_Highlight_Matching_Pair[20]..<SNR>212_SearchForMatchingTag:

I would also appreciate a suggestion for an alternative plugin. Thanks!

markmoser commented 6 years ago

This one seems like a great alternative: https://github.com/Valloric/MatchTagAlways

also: https://superuser.com/questions/189815/how-to-navigate-between-begin-and-end-html-tag-in-vim

0matgal0 commented 5 years ago

Seems like I have found a solution: https://github.com/gregsexton/MatchTag/pull/42

ajpimentel commented 5 years ago

thanks 0matgal0 this error was giving me nightmares

matthewrankin commented 5 years ago

I emailed @gregsexton (original maintainer) and @gishmel (listed maintainer), but didn't receive an answer from either, so I'm assuming this repository is unmaintained/abandoned. Therefore, I have created a new repository (https://github.com/matchtags/MatchTags) forked from this one with the solution from @0matgal0 merged into main. I would like to have multiple maintainers, and am willing to hand it off to someone else as I am not a Vimscript expert.

gishmel commented 5 years ago

Sorry for the late reply; I am the current maintainer but I too am no vimscript expert. I will happily apply the patch if you have verified it works better with the new version and have some sanity testing done to ensure the solution works across OS. I will happily test on Mac and Linux as these are two OS which I have easy access to. Sorry again have been a bit busy at work; let me know your thoughts and how you would like to proceed. Have a great day!

Regards, Luke Greenleaf

On Tue, Mar 26, 2019, 10:32 PM Matthew Rankin notifications@github.com wrote:

I emailed @gregsexton https://github.com/gregsexton (original maintainer) and @gishmel https://github.com/gishmel (listed maintainer), but didn't receive an answer from either, so I'm assuming this repository is unmaintained/abandoned. Therefore, I have created a new repository (https://github.com/matchtags/MatchTags) forked from this one with the solution from @0matgal0 https://github.com/0matgal0 merged into main. I would like to have multiple maintainers, and am willing to hand it off to someone else as I am not a Vimscript expert.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/gregsexton/MatchTag/issues/40#issuecomment-476941475, or mute the thread https://github.com/notifications/unsubscribe-auth/ACtKOzbnhjDdHdZ7bd2ntyYzDMnjtMmUks5vatgwgaJpZM4VQd1g .

gishmel commented 5 years ago

Have merged the fix into the repository. Thanks for your help!