1
0
mirror of https://github.com/amix/vimrc synced 2025-07-08 09:35:00 +08:00
Files
amix-vimrc-mirror/bundle/snipmate-snippets/python/try.snippet
2014-05-09 21:28:39 +02:00

5 lines
37 B
Plaintext

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