The first example in the help for :try is incorrect:
:try | edit too much | finally | echo "cleanup" | endtry
:echo "impossible" " not reached, script terminated above
"impossible" is now output.
It used to work prior to patch 8.0.1189 on Unix; "edit too much" would have
caused "E172: Only one file name allowed".
A possible fix is to replace the first line with
:try | call items("invalid argument") | finally | echo
"cleanup" | endtry
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/20b9ee4d-2489-40d3-8747-911b3cf3a32e%40googlegroups.com.