vim-tag-comment : property comments HTML/XML tags
script karma |
Rating 13/4,
Downloaded by 1730 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Mark Volkmann |
|
script type |
utility |
|
description |
This plugin provides commands that "properly" comment and uncomment XML and HTML tags.
All the plugins I have seen for this would take the following:
<foo>
<bar>baz</bar>
</foo>
and comment it like this:
<!--<foo>-->
<!--<bar>baz</bar>-->
<!--</foo>-->
This is ugly and excessive!
I believe the proper way to do this is:
<!--foo>
<bar>baz</bar>
</foo-->
See the README file for more detail. |
|
install details |
Install with Pathogen or copy plugin/tag-comment.vim to .vim/plugins. |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 3.239.76.211
|