Hi All, I'd like to capture the stderr output from a program and capture it in a quick fix window. So far I've tried:
:!command 2>command.out :cf command.out :copen However, when running 'command 2>command.out' from within vim the command.out file is empty. Running this outside of vim, command.out captures the stderr messages generated by the command. Is there some trick to capturing stderr? Thank you, Chris -- Chris Sutcliffe http://emergedesktop.org http://www.google.com/profiles/ir0nh34d -- 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
