Vim-Snippet-Converter Vim-Snippet-Converter module is for slippery snippet plugin, it's a vim plugin which generates template from vim script. but it's hard to read and write. this module could convert the readable template into the slippery snippet script. so you can easily write your own template. INSTALLATION To install this module, run the following commands: perl Makefile.PL make make test make install USAGE # generate perl_snippet.vim .. $ scc perl.snt # generate perl_snippet.vim and install it into ~/.vim/after/ folder $ scc -i perl.snt SUPPORT AND DOCUMENTATION After installing, you can find documentation for this module with the perldoc command. perldoc Vim::Snippet::Converter You can also look for information at: RT, CPAN's request tracker http://rt.cpan.org/NoAuth/Bugs.html?Dist=Vim-Snippet-Converter AnnoCPAN, Annotated CPAN documentation http://annocpan.org/dist/Vim-Snippet-Converter CPAN Ratings http://cpanratings.perl.org/d/Vim-Snippet-Converter Search CPAN http://search.cpan.org/dist/Vim-Snippet-Converter COPYRIGHT AND LICENCE Copyright (C) 2007 Cornelius This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.