Initial commit.
This commit is contained in:
4
vim/snippets/sh/for/c-style.snippet
Executable file
4
vim/snippets/sh/for/c-style.snippet
Executable file
@@ -0,0 +1,4 @@
|
||||
for (( ${2:i} = 0; $2 < ${1:count}; $2++ )); do
|
||||
${3:#statements}
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user