Skip to content

Commit

Permalink
add quotation marks
Browse files Browse the repository at this point in the history
  • Loading branch information
lucc committed May 6, 2014
1 parent da157ef commit 27c2c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UltiSnips/vim.snippets
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ endif
let $1 = 1${3}
endsnippet

snippet f function
snippet f "function"
fun ${1:function_name}(${2})
${3:" code}
endf
Expand Down

0 comments on commit 27c2c2b

Please sign in to comment.