summaryrefslogtreecommitdiffstats
path: root/runtime/syntax/testdir/input/vim_ex_throw.vim
blob: 4adbc884859d9acbeeb11d052e81be0430cc9aab (plain)
1
2
3
4
5
" Vim :throw command

" :help :throw

try | throw "oops" | catch /^oo/ | echo "caught" | endtry