add quotation marks

This commit is contained in:
Lucas Hoffmann 2014-05-06 14:52:35 +02:00
parent da157ef079
commit 27c2c2ba7b

View File

@ -16,7 +16,7 @@ endif
let $1 = 1${3}
endsnippet
snippet f function
snippet f "function"
fun ${1:function_name}(${2})
${3:" code}
endf