re-design snippets hierarchy

This commit is contained in:
Zhang Chiyuan
2008-03-10 12:26:53 +00:00
parent 61210bf5fd
commit 844e2f3a5d
77 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
#name : for (...; ...; ...) { ... }
# --
for (${1:int i = 0}; ${2:i < N}; ${3:++i})
{
$0
}