YouCompleteMe/python/ycm/client
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
..
__init__.py A (barely) working version of ycmd + client 2013-10-07 11:03:26 -07:00
base_request.py Removing the server_idle_suicide_seconds option 2013-11-20 12:33:57 -08:00
command_request.py Diagnostics work again... somewhat. 2013-10-07 11:03:29 -07:00
completion_request.py Now possible to sent Vim data to FlagsForFile func 2013-10-26 16:22:43 -07:00
event_notification.py Better handling of unknown extra conf files 2013-12-21 11:19:39 -08:00
omni_completion_request.py Omni completion works again 2013-10-07 15:47:48 -07:00
ycmd_keepalive.py Removing the server_idle_suicide_seconds option 2013-11-20 12:33:57 -08:00