On Sat, Dec 13, 2008 at 04:33:39PM -0800, David Brownell wrote: > On Saturday 13 December 2008, Felipe Balbi wrote: > > "Whitespaces highlighting > > highlight RedundantWhitespace ctermbg=red guibg=red > > match RedundantWhitespace /\s\+$\| \+\ze\t/ > > In my .vimrc I have: > > let c_space_errors=1 > > ... how do those differ?
The difference is that yours only work with C files :-) If you're writing, let's say, a README doc, it won't work. -- balbi _______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
