DEBSOURCES
Skip Quicknav
sources / yasnippet-snippets / 1.1%2Bdfsg-2 / snippets / c%2B%2B-mode / tryw
123456789
# -*- mode: snippet -*- # name: tryw # key: tryw # -- try { `(or yas/selected-text (car kill-ring))` } catch ${1:Exception} { }