summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
3c994c1)
I don't exactly remember why it was anoying me, there are other more
specific for snippets, i.e. fori, fore, etc.
-snippet for "for loop (for)"
+clearsnippets for
+snippet fori "for loop (for)" b
for (${4:size_t} ${2:i} = 0; $2 < ${1:count}; ${3:++$2})
{
${VISUAL}${0}
for (${4:size_t} ${2:i} = 0; $2 < ${1:count}; ${3:++$2})
{
${VISUAL}${0}