Open tyru opened 4 years ago
It would appreciate that vint warns unreachable code at echomsg of below code.
echomsg
function! s:func() abort return 42 echomsg 'unreachable!' endfunction
It would appreciate that vint warns unreachable code at
echomsg
of below code.