Is it possible to source a file (without using `:silent!`), but ignore any of the following errors:
- E122: Function Foo already exists, add ! to replace it - E174: Command already exists: add ! to replace it - E227: mapping already exists for ... Using "silent!" also suppresses any output. I've tried to remove the "silent!" by using a try/catch block, but that aborts the sourcing - https://github.com/Shougo/neobundle.vim/pull/342/files (the revert). `:source!` (with a bang) has a different meaning already, and it would be nice to use an already existing mechanism. -- -- 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]. For more options, visit https://groups.google.com/d/optout.
