3f1cdba799
Added update_plugins.py which can fetch new plugins from GitHub. New plugins added: zencoding, vim-indent-object, taglist, nginx.vim
8 lines
127 B
Text
8 lines
127 B
Text
/**
|
|
* $1
|
|
* @package ${2:default}
|
|
* @author ${3:`g:snips_author`}
|
|
**/
|
|
interface ${1:someClass}
|
|
{${4}
|
|
} // END interface $1"
|