YouCompleteMe/python/ycm
Strahinja Val Markovic 436017bd4d Now using new ycm_client_support shared lib
This means we can now load just ycm_client_support (which is a much smaller
library) into Vim and ycm_core into ycmd. Since ycm_client_support never depends
on libclang.so, we never have to load that into Vim which makes things much,
much easier.
2013-10-15 14:15:04 -07:00
..
client Ensuring ident completion works always 2013-10-14 13:29:28 -07:00
completers Now using new ycm_client_support shared lib 2013-10-15 14:15:04 -07:00
server Now using new ycm_client_support shared lib 2013-10-15 14:15:04 -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 Now using new ycm_client_support shared lib 2013-10-15 14:15:04 -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 More robust way of picking an unused local port 2013-10-14 20:38:45 -07:00
vimsupport.py Now using new ycm_client_support shared lib 2013-10-15 14:15:04 -07:00
youcompleteme.py Now using new ycm_client_support shared lib 2013-10-15 14:15:04 -07:00