Hallo all, I try to colorize my compiler output. It works, if I compile it outside vim. But if I use :make inside vim, the output is not colorized (no multiple colors).
What am I doing wrong? Would you please help? Thx in advance PS: :set makeprg=color-g++\ $* // PATH is set to color-g++ :set shell=sh :set shellpipe= :make -> delivers volitional error messages, but not in multiple color for errors and warnings like mentioned in color-g++/color-gcc the commandline generated by ":make" works fine outside vim. -- 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
