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

7
snippets/ruby-mode/ife Normal file
View File

@@ -0,0 +1,7 @@
#name : if ... else ... end
# --
if ${1:condition}
$2
else
$3
end