```vim function! s:foo() try return [] == 0 catch return 0 endtry endfunction echo s:foo() ``` https://wandbox.org/permlink/LuKXEV6oxhI9PTmv