Skip to content

Commit

Permalink
UltiSnips: correct tiger.snippets
Browse files Browse the repository at this point in the history
 * UltiSnips/tiger.snippets: Modified.
  • Loading branch information
iRyukizo committed Nov 30, 2021
1 parent 959f4d5 commit 715fda2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UltiSnips/tiger.snippets
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ type ${1:Type} = ${2:array of int}$0
endsnippet

snippet for "for i := ... to ... do ..." !b
for ${1:i} := ${2:/* init */} to ${3:/* high */} do
for ${1:i} := ${2:0} to ${3:10} do
(
${0:/* code */}
)
Expand Down

0 comments on commit 715fda2

Please sign in to comment.