dotar/vim/snippets/ruby/begin.snippet

7 lines
62 B
Plaintext
Raw Normal View History

2011-11-18 05:45:33 +08:00
begin
${1}
rescue ${2:Exception} => ${3:e"}
${4}
end
${5}