Posts

Showing posts from May, 2012

a vim plugin -- load license template

http://www.vim.org/scripts/script.php?script_id=4064 When I coding by vim, I always want to insert the license declares in the head of source files. So I creat the plugin to do this job. Of cource you can make your own templates, just following the example rules. now I only given  gpl and apache license templates.