Releases: AndrewRadev/tagalong.vim
Releases · AndrewRadev/tagalong.vim
Bugfix: Exclude eruby.yaml
v0.2.2 Exclude eruby.yaml from plugin initialization
Bugfixes
- Correct JSX/TSX filetype support
- Fix: self-closing tag support
- Fix: using mappings with a count
Large files
- Timeout implemented for large files with lots of tag nesting.
- Fix bug with nested
<SelfClosing/>
tags, disable support for/
in the body of a tag (hopefully not actually used for anything) - Allow deinitialization of the plugin in a buffer
Multi-line opening tags
- Support multi-line opening tags
- Fix issue with editing a closing tag
Bugfixes
Bugfixes
Fix some leftover issues:
- Repeating was too "invasive", now applies normal change first, auto-changes if necessary.
- Fixed issue with
ul > li
tags -- matchit wasn't quite doing what the plugin needs.
Initial release
Stable enough for a first release.