Skip to content

Releases: AndrewRadev/tagalong.vim

Bugfix: Exclude eruby.yaml

16 Aug 08:04
Compare
Choose a tag to compare
v0.2.2

Exclude eruby.yaml from plugin initialization

Bugfixes

26 Apr 10:20
Compare
Choose a tag to compare
  • Correct JSX/TSX filetype support
  • Fix: self-closing tag support
  • Fix: using mappings with a count

Large files

20 Jun 18:36
Compare
Choose a tag to compare
  • 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

06 Jun 18:50
Compare
Choose a tag to compare
  • Support multi-line opening tags
  • Fix issue with editing a closing tag

Bugfixes

04 May 09:40
Compare
Choose a tag to compare
  • Fix issue with self-closing tags: #1
  • Fix issue with single-letter tags: #2

Bugfixes

30 Apr 08:48
Compare
Choose a tag to compare

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

28 Apr 18:46
Compare
Choose a tag to compare

Stable enough for a first release.