Skip to content

Commit

Permalink
Remove duplicate snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
jdavis committed Mar 30, 2014
1 parent d1f2316 commit 6b5d7d3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions UltiSnips/r.snippets
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,6 @@ else {
}
endsnippet

snippet eif "Else-If statement (eif)"
else if (${1}) {
${0}
}
endsnippet

snippet ife "if .. else (ife)"
if (${1}) {
${2}
Expand Down

0 comments on commit 6b5d7d3

Please sign in to comment.