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')