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

5
snippets/ruby-mode/if Normal file
View File

@@ -0,0 +1,5 @@
#name : if ... end
# --
if ${1:condition}
$0
end