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> } }