dotar/vim/snippets/python/try.snippet
2011-11-17 16:00:49 -06:00

5 lines
40 B
Plaintext
Executable File

try:
${1}
except ${2:Exception}:
${3}