Files
org-vim/runtime/syntax/testdir/input/vim_ex_throw.vim
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
98 B
VimL
Raw Normal View History

" Vim :throw command
2025-07-25 20:00:25 +02:00
" :help :throw
try | throw "oops" | catch /^oo/ | echo "caught" | endtry
2025-07-25 20:00:25 +02:00