Fix snippets syntax error

This commit is contained in:
Josh Davis 2014-03-31 23:59:21 -05:00
parent 8c7bb5d4aa
commit 653a814dea

View File

@ -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})