YouCompleteMe/python/ycm
Strahinja Val Markovic 78e3607b00 We now only run extra conf preload for global file
This changes functionality, but since this is an undocumented, non-public API,
it's fine. The reason this is required is because of issue #579; if we try to
run extra conf preload on non-global extra conf, we might not have the
permission to load it. The global extra conf is something the user explicitly
has to set so it's always fine to load that.
2013-10-10 12:55:49 -07:00
..
client Better url joining in base_request 2013-10-08 20:49:00 -07:00
completers <c-space> again filters the semantic completions 2013-10-09 20:20:34 -07:00
server We now only run extra conf preload for global file 2013-10-10 12:55:49 -07: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 Ensuring we are serializing real Python objects 2013-10-07 11:03:30 -07:00
extra_conf_store.py We now only run extra conf preload for global file 2013-10-10 12:55:49 -07:00
test_utils.py Better completion in the middle of a word 2013-06-09 19:00:49 -07:00
user_options_store.py frozendict now as submodule in third_party 2013-10-07 11:03:30 -07:00
utils.py <c-space> works again (forces semantic completion) 2013-10-07 13:09:34 -07:00
vimsupport.py YCM now working on new buffers with ft set 2013-10-07 11:03:30 -07:00
youcompleteme.py Refactored the popen call for ycmd 2013-10-09 19:28:27 -07:00