3f1cdba799
Added update_plugins.py which can fetch new plugins from GitHub. New plugins added: zencoding, vim-indent-object, taglist, nginx.vim
9 lines
118 B
Text
9 lines
118 B
Text
switch ($${1:variable}) {
|
|
case '${2:value}':
|
|
${3:// code...}
|
|
break;
|
|
${5}
|
|
default:
|
|
${4:// code...}
|
|
break;
|
|
}
|