dotar/vim/snippets/c/forr.snippet
2011-11-17 16:00:49 -06:00

4 lines
62 B
Plaintext
Executable File

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