Skip to content

Commit 8ee2c03

Browse files
committed
Merge pull request honza#371 from rsw0x/master
d: Fixed final switch
2 parents 5470b2f + 0100f9c commit 8ee2c03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UltiSnips/d.snippets

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ switch(${1:/*var*/})
151151
endsnippet
152152

153153
snippet fsw "final switch (fsw)"
154-
switch(${1:/*var*/})
154+
final switch(${1:/*var*/})
155155
{
156156
case ${2:/*value*/}:
157157
${3}

0 commit comments

Comments
 (0)