Skip to content

Commit

Permalink
Merge pull request honza#371 from rsw0x/master
Browse files Browse the repository at this point in the history
d: Fixed final switch
  • Loading branch information
SirVer committed May 31, 2014
2 parents 5470b2f + 0100f9c commit 8ee2c03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UltiSnips/d.snippets
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ switch(${1:/*var*/})
endsnippet

snippet fsw "final switch (fsw)"
switch(${1:/*var*/})
final switch(${1:/*var*/})
{
case ${2:/*value*/}:
${3}
Expand Down

0 comments on commit 8ee2c03

Please sign in to comment.