diff options
Diffstat (limited to 'sonictemplate.vim.vimup')
-rw-r--r-- | sonictemplate.vim.vimup | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/sonictemplate.vim.vimup b/sonictemplate.vim.vimup new file mode 100644 index 0000000..ed1cd96 --- /dev/null +++ b/sonictemplate.vim.vimup @@ -0,0 +1,49 @@ +script_name: SonicTemplate.vim +script_id: '2981' +script_type: utility +script_package: sonictemplate-vim.zip +script_version: '0.55' +required_vim_version: '7.0' +summary: Easy and high speed coding method + +detailed_description: | + + vim plugins for hi-speed programming. + It use templates. To add some hints, and select template, you can see the + code to work. + + There is a movie using sonictemplate.vim + ref: http://mattn.github.com/sonictemplate-vim + + Source Repository. + ref: http://github.com/mattn/sonictemplate-vim + + If you want to change templat directory, set: + + let g:template_vim_template_dir = '/path/to/your/template/directory' + + If you want to write template for your self, see + + :help sonictemplate + +install_details: | + + # cd ~/.vim + # unzip sonictemplate-vim.zip + + or if you install pathogen.vim: + + # cd ~/.vim/bundle # or make directory + # unzip /path/to/sonictemplate-vim.zip + + if you get sources from repository: + + # cd ~/.vim/bundle # or make directory + # git clone http://github.com/mattn/sonictemplate-vim.git + +versions: +- '0.1': | + Initial upload + +# __END__ +# vim: filetype=yaml |