- Improved expand behavior.

This commit is contained in:
Shougo Matsushita
2012-10-28 18:58:55 +09:00
parent 77375e8fd3
commit 6f2f181cb3
3 changed files with 42 additions and 28 deletions

View File

@@ -50,6 +50,16 @@ options head
${3}
endtry
snippet tryfinally
abbr try ... finally ... endtry
alias tryf
options head
try
${1}
finally
${2}
endtry
snippet catch
options head
catch ${1:/${2:pattern: empty, E484, Vim(cmdname):{errmsg\\}\}/}