xavierd / clang_complete

Vim plugin that use clang for completing C/C++ code.
http://www.vim.org/scripts/script.php?script_id=3302
1.96k stars 308 forks source link

which branch should i use? #443

Open elloop opened 9 years ago

elloop commented 9 years ago

i love this plugin, but lately i found the UltiSnips can't work normally. i've also found the issue that the authour of UltiSnips mentioned. Now, can somebody tell me which branch is the right one that works fine with UltiSnips . Thank you!

xaizek commented 9 years ago

I thought that master branch works with current UltiSnips.

elloop commented 9 years ago

thank you, @xaizek . i will check my vim settings again. Maybe there is something wrong in my vim plugin's installation.

xaizek commented 9 years ago

i found the UltiSnips can't work normally

Could you elaborate on that? Maybe it's some known issue. I remember testing clang_complete+ultisnips quite recently for #431 and it seemed to work.

elloop commented 9 years ago

@xaizek , i will elaborate on it later because i'm at work now. sorry :(. BTW, i also meet the error (some number)_HandlePossibleSelectionEnter() that mentioned on #431. Thanks a lot.