If you want to remove all HTML style comments (ones …
Category: Vim
Latest News
VIM Functions and Menu Items for Writing XSL
Add the following lines to a myxsl.vim file and place …
VIM Toolkit Functions
General-purpose functions for building up more useful VIM scripts. ” …
Split Up XML or HTML Elements in VIM
If there are multiple HTML or XML tags on one …
Remove DOS EOL Chars in VIM
Use the following command :- :%s/r//g