re-design snippets hierarchy

This commit is contained in:
Zhang Chiyuan
2008-03-10 12:28:04 +00:00
parent 844e2f3a5d
commit ab5f63247c
13 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
#name : eval { ... } if ($@) { ... }
# --
eval {
${1:# do something risky...}
};
if (\$@) {
${2:# handle failure...}
}