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

Revert "Simple hack/fix to allow tab in insert mode when completing func... #409

Closed tobiasgrosser closed 10 years ago

tobiasgrosser commented 10 years ago

...tion and template arguments"

This reverts commit d9dccefca96f95a1d1543425dec33fbfadd7daf0.

This caused conflicts with supertab and ultisnips. I revert it for now.

I still like this functionality, but we obviously need to design it better.