Skip to content

Commit bebd500

Browse files
committed
Merge pull request honza#244 from simeonwillbanks/master
Refactor go Snipmate snippet "if", so you can tab into if block body
2 parents ade6f26 + 9c2cfdd commit bebd500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/go.snippets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ snippet inf
7979
snippet if
8080
if ${1:/* condition */} {
8181
${2}
82-
}${2}
82+
}${3}
8383
# else snippet
8484
snippet el
8585
else {

0 commit comments

Comments
 (0)