From eb9b59fd655a05fb529c2c7f69b2b8d1383901a5 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Thu, 20 Oct 2011 13:48:26 -0700 Subject: [PATCH] Expand tabs to spaces. Tabs are gross. --- vim/after/ftplugin/c.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/after/ftplugin/c.vim b/vim/after/ftplugin/c.vim index d2b4295..ecf5dae 100644 --- a/vim/after/ftplugin/c.vim +++ b/vim/after/ftplugin/c.vim @@ -1,6 +1,6 @@ set foldmethod=syntax set sw=4 sts=4 -set noet +set et "For the new omni-completion ":help ft-c-omni" if has('mac')