Skip to content

Commit

Permalink
Merge pull request #333 from jdavis/r
Browse files Browse the repository at this point in the history
R: fix snippets syntax error
  • Loading branch information
SirVer committed Apr 1, 2014
2 parents 0bcf724 + 653a814 commit 0d64ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UltiSnips/r.snippets
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ tapply(${1:vector}, ${2:index}, ${0:function})
endsnippet

snippet rapply "rapply function"
endsnippet
rapply(${1:list}, ${0:function})
endsnippet

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

0 comments on commit 0d64ef6

Please sign in to comment.