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.

6 lines
96 B
VimL
Raw Normal View History

" Vim :throw command
" :help :throw
try | throw "oops" | catch /^oo/ | echo "caught" | endtry