Refactor go Snipmate snippet "if", so you can tab into if block body

This commit is contained in:
Simeon F. Willbanks 2013-07-17 10:22:01 -07:00
parent fa5def93a1
commit 9c2cfdd51a

View File

@ -79,7 +79,7 @@ snippet inf
snippet if
if ${1:/* condition */} {
${2}
}${2}
}${3}
# else snippet
snippet el
else {