Milan Radovich wrote: > How can I prevent vim from printing the stack trace, only the > error itself: in an example above only "E257: cstag: tag not found"
A function can use try...catch to handle errors and display any message it wants. An example is here: http://vim.wikia.com/wiki/Search_using_quickfix_to_list_occurrences John -- 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
