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

Support an include option in .clang_complete #557

Open snake-scaly opened 6 years ago

snake-scaly commented 6 years ago

I tested this on Linux and Windows. Works well for me. Unfortunately the patch came out more complicated than I would have liked. I blame VIM for having an asymmetric library without the shellunescape function. :)