dotar/vim/snippets/php/for.snippet
2011-11-17 16:00:49 -06:00

4 lines
69 B
Plaintext
Executable File

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