Skip to content

Commit 0d64ef6

Browse files
committed
Merge pull request #333 from jdavis/r
R: fix snippets syntax error
2 parents 0bcf724 + 653a814 commit 0d64ef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)