YouCompleteMe/python/ycm
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
..
client Better handling of unknown extra conf files 2013-12-21 11:19:39 -08:00
completers Better handling of unknown extra conf files 2013-12-21 11:19:39 -08:00
server Better handling of unknown extra conf files 2013-12-21 11:19:39 -08:00
tests extra conf path handling now OS-agnostic 2013-08-25 10:44:45 -07:00
__init__.py Fixing python tests broken in rename 2013-05-19 20:06:14 -07:00
base.py Fix issue with omnifunc mode persisting 2013-12-03 14:39:31 -08:00
extra_conf_store.py Better handling of unknown extra conf files 2013-12-21 11:19:39 -08:00
test_utils.py Better completion in the middle of a word 2013-06-09 19:00:49 -07:00
unsafe_thread_pool_executor.py Use a thread pool that doesn't join workers 2013-10-30 18:08:35 -07:00
user_options_store.py frozendict now as submodule in third_party 2013-10-07 11:03:30 -07:00
utils.py Try to cleanup files only if they stil exist 2013-12-20 13:01:48 -08:00
vimsupport.py Now possible to sent Vim data to FlagsForFile func 2013-10-26 16:22:43 -07:00
youcompleteme.py Try to cleanup files only if they stil exist 2013-12-20 13:01:48 -08:00