3f1cdba799
Added update_plugins.py which can fetch new plugins from GitHub. New plugins added: zencoding, vim-indent-object, taglist, nginx.vim
8 lines
118 B
Text
8 lines
118 B
Text
/**
|
|
* $2
|
|
* @return ${4:void}
|
|
* @author ${5:`g:snips_author`}
|
|
**/
|
|
${1:public }function ${2:someFunc}(${3})
|
|
{${6}
|
|
}
|