summaryrefslogtreecommitdiffstats
path: root/vimrc
diff options
context:
space:
mode:
authordoy <doy@tozt.net>2009-01-03 17:12:58 -0500
committerdoy <doy@tozt.net>2009-01-03 17:12:58 -0500
commite673e874c7127eb1c20f6207d6c80538b840cb0f (patch)
treeafcb822cd3689e5a5e6aa719abf33bf52477186e /vimrc
parente160eccc1afb83f3cf9a4012848a10ad07378f2a (diff)
downloadconf-e673e874c7127eb1c20f6207d6c80538b840cb0f.tar.gz
conf-e673e874c7127eb1c20f6207d6c80538b840cb0f.zip
c_space_errors is just annoying now that EOLWS works properly
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc3
1 files changed, 0 insertions, 3 deletions
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