From e673e874c7127eb1c20f6207d6c80538b840cb0f Mon Sep 17 00:00:00 2001 From: doy Date: Sat, 3 Jan 2009 17:12:58 -0500 Subject: c_space_errors is just annoying now that EOLWS works properly --- vimrc | 3 --- 1 file changed, 3 deletions(-) (limited to 'vimrc') diff --git a/vimrc b/vimrc index 99ab114..cce2898 100644 --- a/vimrc +++ b/vimrc @@ -92,9 +92,6 @@ set mousehide let g:is_bash=1 " }}} " C/C++ {{{ -" highlight end of line whitespace and spaces before tabs -let c_space_errors=1 - " use c syntax for header files, rather than c++ let c_syntax_for_h=1 -- cgit v1.2.3-54-g00ecf