windwp / nvim-ts-autotag

Use treesitter to auto close and auto rename html tag
MIT License
1.65k stars 87 forks source link

Error since update: `nvim-ts-autotag` claims support for `0.9.5` using `0.10.0` exclusive functions #174

Closed Emille1723 closed 4 months ago

Emille1723 commented 4 months ago

OS: Manjaro Xfce Nvim Version: 0.9.5

Steps:

Any help is appreciated, thank you

nvim-ts-autotag

PriceHiller commented 4 months ago

Ah, that's my fault 😅 . I'll fix it. Give me 10 minutes.

windwp commented 4 months ago

hi i create branch nvim_0.9 . you can temporally use it. https://github.com/windwp/nvim-ts-autotag/tree/nvim_0.9

PriceHiller commented 4 months ago

Made a PR that partially resolves it, some tests are still relying on vim.islist, I'll make a follow up to further fix the tests then close this then.

PriceHiller commented 4 months ago

Latest force push covers tests as well.

I'll get Neovim 0.9.5 added to the CI later so this doesn't happen again. My bad.

PriceHiller commented 4 months ago

@Emille1723 Ping me if you're still facing errors. I'll reopen and continue investigating.

When I use 0.9.5 locally, it's working as expected for me.

Emille1723 commented 4 months ago

Hey, I haven't experienced the error and the plugin is working as expected so far since the patch. Thank you.