Vim: g:clang_complete_copen = 0

This commit is contained in:
Kolan Sh 2014-04-11 16:33:06 +04:00
parent 2497f0995a
commit 1d3f01a1e5
1 changed files with 1 additions and 1 deletions

2
.vimrc
View File

@ -198,7 +198,7 @@ filetype plugin on
let g:clang_library_path="/usr/lib/llvm"
let g:clang_user_options='|| exit 0'
let g:clang_complete_auto = 1
let g:clang_complete_copen = 1
let g:clang_complete_copen = 0
" ------- Vala --------
" Disable valadoc syntax highlight