Hello, When command called from a function generates an error, vim prints not only the error, but call stack as well. For example, if function executes ':cstag' and no tag is found, the following is displayed:
--------------------------------------------- Error detected while processing function foo: line 9: E257: cstag: tag not found Press ENTER or type command to continue --------------------------------------------- How can I prevent vim from printing the stack trace, only the error itself: in an example above only "E257: cstag: tag not found" Thanks. -- You received this message from the "vim_use" 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
