mirror of
https://github.com/amix/vimrc
synced 2025-01-19 23:24:00 +00:00
4 lines
62 B
Text
4 lines
62 B
Text
|
function ${1:function_name} (${2:argument}) {
|
||
|
${3:// body}
|
||
|
}
|