Skip to content

Commit 653a814

Browse files
committed
Fix snippets syntax error
1 parent 8c7bb5d commit 653a814

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UltiSnips/r.snippets

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ tapply(${1:vector}, ${2:index}, ${0:function})
104104
endsnippet
105105

106106
snippet rapply "rapply function"
107-
endsnippet
108107
rapply(${1:list}, ${0:function})
108+
endsnippet
109109

110110
snippet pl "Plot function"
111111
plot(${1:x}, ${0:y})

0 commit comments

Comments
 (0)