summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Simianer <p@simianer.de>2014-09-10 11:29:46 +0100
committerPatrick Simianer <p@simianer.de>2014-09-10 11:29:46 +0100
commitbc83848cfe08002d8a916b1f8329b50a9a39984d (patch)
tree009f4235bc52d2e09d1c88ea41d17dfb66f221c5
parent1946aba4f1fd7aefaccb7a1c87202f15c76005fe (diff)
tame cpp omnicomplete
-rw-r--r--.vimrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index 8060673..5a74b85 100644
--- a/.vimrc
+++ b/.vimrc
@@ -29,6 +29,8 @@ set cc=80
syntax on
filetype plugin indent on
+autocmd FileType cpp set complete-=i
+
" spelling
setlocal spell spelllang=en_us
set nospell