YouCompleteMe/python/ycm/completers/cpp
Strahinja Val Markovic b1d71bbb91 Better handling of unknown extra conf files
Previously, we'd implicitly turn off future notices about unknown extra conf
files if we already raised one exception about it. This breaks when the user
ends up not receiving the "unknown extra conf, load?" message.

Now we only turn off the notice as a result of the user saying "don't load this"
so that if the first request fails to reach them, they'll get a second (and
third etc) request about it.

Fixes #615
2013-12-21 11:19:39 -08:00
..
tests Better handling of bad flags from extra conf 2013-11-17 13:10:16 -08:00
__init__.py Moving everything under pytho/ycm 2013-05-19 19:44:42 -07:00
clang_completer.py Filtering out "too mary errors emitted" diags 2013-11-25 13:33:49 -08:00
clang_helpers.py Check for empty flags list 2013-05-28 09:43:13 -07:00
flags.py Better handling of unknown extra conf files 2013-12-21 11:19:39 -08:00
hook.py Now more explicit about accessing user options 2013-10-07 11:03:25 -07:00