1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-12-19 09:21:30 +03:00
kakoune/test/compose/catch-error-desc/rc

2 lines
94 B
Plaintext
Raw Normal View History

define-command error %{ try %{ non-existing-command } catch %{ exec i "%val{error}" <esc> } }