Skip to content

Commit 27c2c2b

Browse files
committed
add quotation marks
1 parent da157ef commit 27c2c2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: UltiSnips/vim.snippets

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ endif
1616
let $1 = 1${3}
1717
endsnippet
1818

19-
snippet f function
19+
snippet f "function"
2020
fun ${1:function_name}(${2})
2121
${3:" code}
2222
endf

0 commit comments

Comments
 (0)