chrisbra / vim-xml-runtime

Vim filetype plugin for XML files
11 stars 6 forks source link

indent: Fix recently broken changes regarding comment and non-xml indent #27

Closed frimodig1 closed 4 years ago

frimodig1 commented 4 years ago

I do not not know how needed these features are or if this is the best implementation. Anyways, I am fixing my previous commit by introducing regex searching over multiple line for a closing '>' regarding indentation of comments.

All tests pass.

chrisbra commented 4 years ago

Thanks, this is really appreciated!