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

Allow to skip builtin headers #528

Closed mlen closed 7 years ago

mlen commented 7 years ago

Yet another PR, this is useful when developing for embedded devices, like esp8266. Otherwise the builtin file will be included every time, even when you don't want to do this