Skip to content

Commit 9c2cfdd

Browse files
author
Simeon F. Willbanks
committed
Refactor go Snipmate snippet "if", so you can tab into if block body
1 parent fa5def9 commit 9c2cfdd

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)