YouCompleteMe/python/ycm/server
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
..
tests <c-space> again filters the semantic completions 2013-10-09 20:20:34 -07:00
__init__.py A (barely) working version of ycmd + client 2013-10-07 11:03:26 -07:00
default_settings.json Vim now loads most defaults from the json file 2013-10-07 11:03:29 -07:00
responses.py Correctly handling ycm_extra_conf files now 2013-10-08 16:21:43 -07:00
server_state.py We now only run extra conf preload for global file 2013-10-10 12:55:49 -07:00
ycmd.py Correctly handling ycm_extra_conf files now 2013-10-08 16:21:43 -07:00