1
0
Fork 0
mirror of synced 2024-06-03 07:51:09 -04:00
ultimate-vim/bundle/snipmate-snippets/c/forr.snippet
2014-05-09 21:28:39 +02:00

4 lines
62 B
Plaintext

for (${1:i} = 0; ${2:$1 < 5}; $1${3:++}) {
${4:/* code */}
}