Skip to content

Commit

Permalink
Fix snippets syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
jdavis committed Apr 1, 2014
1 parent 8c7bb5d commit 653a814
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 653a814

Please sign in to comment.