Reading List
Easy Vim filter script example from David Peach RSS feed.
Easy Vim filter script example
You can run any number of selected lines in Vim through any bash script and whatever you echo from that script will replace those selected lines. Comment filter script example Super easy example to get the point across. I’m using PHP-style single line commenting for simplicity. You can add an executable file with the following […]