[vim]clean multiple declaration
This commit is contained in:
parent
26252ad6e8
commit
e7d09a7879
3
.vimrc
3
.vimrc
@ -394,12 +394,9 @@ nmap <S-F10> zo<CR><CR>
|
||||
""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
"Omni-completion par CTRL-X_CTRL-O
|
||||
"""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
filetype plugin on
|
||||
set omnifunc=syntaxcomplete#Complete
|
||||
|
||||
" Enable omnicppcompletion
|
||||
set nocp
|
||||
filetype plugin on
|
||||
let OmniCpp_ShowAccess = 0
|
||||
let OmniCpp_LocalSearchDecl=1
|
||||
let OmniCpp_MayCompleteDot = 1 " autocomplete after .
|
||||
|
Loading…
Reference in New Issue
Block a user