I am using :make from within vim. It works on one machine but not the
other one.
The working machine running Vim 6.3 on Red Hat. The broken machine
is running Vim 7.0 on CentOS.
The following command works on the working configuration:
:!make 2>&1|ccfilter -e
However, on the broken machine, it gives the following output:
Ambiguous output redirect.
shell returned 1
I have tried it with shellredir=>& and shellredir=>%s 2>&1.
The following does not give an error on the broken machine:
:!make |ccfilter -e
However, I believe that I need to redirect stderr to stdout to get the
errors in the quickfix window. Any ideas on how to fix this?
...Stephen
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---