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 #556

Closed snake-scaly closed 6 years ago

snake-scaly commented 6 years ago

Add support for an include option '@filename' in .clang_complete files to recursively include other files with common options.

snake-scaly commented 6 years ago

This needs more work, specifically with shell escaping-unescaping. Doesn't work as expected for now.