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

After installed clang_complete not open file #478

Open larriti opened 8 years ago

larriti commented 8 years ago

After installed clang_complete not open file, open the file will appear the following scenario

_008

Marneus68 commented 8 years ago

I think this might be a duplicated from https://github.com/Rip-Rip/clang_complete/issues/453. It's an issue with clang, not clang_complete itself. A good temporary fix is to invoke vim with the command vim 2>/dev/null to prevent this behavior.

couragelfyang commented 8 years ago

I also encount this issue. And I want to know there are some other solution to fix it?

larriti commented 8 years ago

It worked with the command vim 2>/dev/null, but I'm using the YouCompleteMe Plugin.