Skip to content

Commit

Permalink
Update clang.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
justmao945 committed May 8, 2015
1 parent 281cfb9 commit fef5b4b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/clang.txt
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,9 @@ A: Please use with neocomplete, they can work well together.

" disable auto completion for vim-clang
let g:clang_auto = 0
" default 'longest' can not work with neocomplete
let g:clang_c_completeopt = 'menuone,preview'
let g:clang_cpp_completeopt = 'menuone,preview'

" use neocomplete
" input patterns
Expand Down

0 comments on commit fef5b4b

Please sign in to comment.