Skip to content

Commit e9cf41d

Browse files
committed
small fix in completion
1 parent 3f61fc4 commit e9cf41d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Preferences/GDL.sublime-completions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@
437437
"walls",
438438
"WALL_RESOL",
439439
"WALL_SECT_PEN",
440-
{ "trigger": "while … do", "contents": "while ${1:condition} do\n\t${2:statement1}\nendwhile" },
440+
{ "trigger": "while … do", "contents": "while ${1:condition} do\n\t${2:! statement}\nendwhile" },
441441
"WIDO_FRAME_THICKNESS",
442442
"WIDO_HEAD_DEPTH",
443443
"WIDO_ORIG_DIST",

0 commit comments

Comments
 (0)