diff options
author | mattn <mattn.jp@gmail.com> | 2011-10-28 19:34:57 +0900 |
---|---|---|
committer | mattn <mattn.jp@gmail.com> | 2011-10-28 19:34:57 +0900 |
commit | 8d555102311f2c7c8f827f1133e06da30c85d424 (patch) | |
tree | adbacc5689db703ccd6443f8463bf9e0e2d3f059 | |
parent | 5cbc749ea7d0d45b99fdee0cd4b07cbb57a20b19 (diff) | |
download | vim-sonictemplate-8d555102311f2c7c8f827f1133e06da30c85d424.tar.gz vim-sonictemplate-8d555102311f2c7c8f827f1133e06da30c85d424.tar.bz2 vim-sonictemplate-8d555102311f2c7c8f827f1133e06da30c85d424.zip |
add meta info file.
-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 |