YouCompleteMe/python/ycm/completers
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
..
all Ensuring ident completion works always 2013-10-14 13:29:28 -07:00
c Now more explicit about accessing user options 2013-10-07 11:03:25 -07:00
cpp Better handling of unknown extra conf files 2013-12-21 11:19:39 -08:00
cs Merge pull request #680 from nop00/master 2013-12-04 10:32:13 -08:00
general Added the g:ycm_use_ultisnips_completer option 2013-11-15 16:22:20 -08:00
objc Now more explicit about accessing user options 2013-10-07 11:03:25 -07:00
objcpp Now more explicit about accessing user options 2013-10-07 11:03:25 -07:00
python Removing the sys.path changes from jedi_completer 2013-10-07 11:03:30 -07:00
__init__.py Moving everything under pytho/ycm 2013-05-19 19:44:42 -07:00
completer_utils_test.py g:ycm_semantic_triggers now only adds new triggers 2013-06-29 11:53:16 -07:00
completer_utils.py NativeFiletypeCompletionAvailable now a local call 2013-10-07 16:10:48 -07:00
completer.py Adding the g:ycm_auto_trigger option 2013-12-02 16:37:59 -08:00
general_completer.py Now more explicit about accessing user options 2013-10-07 11:03:25 -07:00