5 lines
96 B
VimL
5 lines
96 B
VimL
" Vim :throw command
|
|
|
|
" :help :throw
|
|
|
|
try | throw "oops" | catch /^oo/ | echo "caught" | endtry
|