[vim]clean multiple declaration

This commit is contained in:
Mathieu Maret 2016-08-31 14:02:32 +02:00
parent 26252ad6e8
commit e7d09a7879

3
.vimrc
View File

@ -394,12 +394,9 @@ nmap <S-F10> zo<CR><CR>
"""""""""""""""""""""""""""""""""""""""""""""""""" """"""""""""""""""""""""""""""""""""""""""""""""""
"Omni-completion par CTRL-X_CTRL-O "Omni-completion par CTRL-X_CTRL-O
""""""""""""""""""""""""""""""""""""""""""""""""""" """""""""""""""""""""""""""""""""""""""""""""""""""
filetype plugin on
set omnifunc=syntaxcomplete#Complete set omnifunc=syntaxcomplete#Complete
" Enable omnicppcompletion " Enable omnicppcompletion
set nocp
filetype plugin on
let OmniCpp_ShowAccess = 0 let OmniCpp_ShowAccess = 0
let OmniCpp_LocalSearchDecl=1 let OmniCpp_LocalSearchDecl=1
let OmniCpp_MayCompleteDot = 1 " autocomplete after . let OmniCpp_MayCompleteDot = 1 " autocomplete after .