I use cmake, which produces makefiles with nice colourful output, but when I :make from vim (well, actually MacVim, which is essentially gvim but I figure that doesn't make much difference), the output isn't coloured.
Is there a way I can declare the vim terminal type as xterm-colour, or something, so that commands output colour control characters? (or does vim not support this?)
:make(i.e. automatic quickfix parsing; though you could set up some automation to parse (part of) the resulting buffer with:cbuffer). – Chris Johnsen Jul 13 '11 at 4:05