Fix indentation

This commit is contained in:
Felix Jung 2014-06-11 20:48:03 +02:00
parent cbbb5b1720
commit 335637c3b6

View File

@ -1,5 +1,6 @@
# Standard function definition
snippet fun
function ${1:functionname}(${2:parameters})
function ${1}(${2})
${0}
end