more snippets and a bug fix: strange (= nil nil) will cause error in elisp.

This commit is contained in:
Zhang Chiyuan
2008-03-06 14:33:13 +00:00
parent 8ef771a696
commit c45eff49e2
11 changed files with 45 additions and 3 deletions

6
snippets/ruby-mode/case Normal file
View File

@@ -0,0 +1,6 @@
#name : case ... end
# --
case ${1:object}
when ${2:condition}
$0
end