Skip to content

Commit

Permalink
Merge “Deferred Function Call” into “Deferred Call”.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhl authored and infininight committed Oct 19, 2012
1 parent 7d7e399 commit cf5c252
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 19 deletions.
4 changes: 2 additions & 2 deletions Snippets/Deferred Call.tmSnippet
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<plist version="1.0">
<dict>
<key>content</key>
<string>defer func(${1:params}) {
<string>defer ${1:func(${2:params}) {
${0:// body}
}(${2:${1/(.+)?/(?1:values)/}})</string>
\}(${3:${2/(.+)?/(?1:values)/}})}</string>
<key>name</key>
<string>Deferred Goroutine Call</string>
<key>scope</key>
Expand Down
16 changes: 0 additions & 16 deletions Snippets/Deferred Function Call.tmSnippet

This file was deleted.

1 change: 0 additions & 1 deletion info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@
<string>8C557B1F-C1C5-4FC3-830E-9D51DE6CFA5A</string>
<string>6B01E886-4CFA-476E-AE01-EFF406116978</string>
<string>92CF0E27-7ED9-4F9B-8061-DD2B38D22893</string>
<string>AA2A0BCD-98B2-4B31-9F54-4207073E201C</string>
<string>18A04BC9-D37A-46B9-8C92-4E8D287A46E4</string>
<string>54394BD4-1FFE-440F-9D3D-2D44F3B1BCC6</string>
<string>0FC09B94-D4C1-4C21-8076-EE7075174926</string>
Expand Down

0 comments on commit cf5c252

Please sign in to comment.