We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da157ef commit 27c2c2bCopy full SHA for 27c2c2b
UltiSnips/vim.snippets
@@ -16,7 +16,7 @@ endif
16
let $1 = 1${3}
17
endsnippet
18
19
-snippet f function
+snippet f "function"
20
fun ${1:function_name}(${2})
21
${3:" code}
22
endf
0 commit comments