Merge pull request #244 from simeonwillbanks/master

Refactor go Snipmate snippet "if", so you can tab into if block body
This commit is contained in:
Honza Pokorny 2013-07-17 10:53:12 -07:00
commit bebd5000c8

View File

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