YouCompleteMe/python/ycm
Strahinja Val Markovic 207a0779c3 Ensuring filename is a plain Python string
We don't want to send a unicode string to the user's ycm_extra_conf.py file.
This should fix problems with sending the filename to YCM's CompilationDatabase
API.
2013-11-05 10:28:40 -08:00
..
client Use a thread pool that doesn't join workers 2013-10-30 18:08:35 -07:00
completers Ensuring filename is a plain Python string 2013-11-05 10:28:40 -08:00
server Upping ycmd max request size to 1000kb 2013-10-30 22:50:58 +01: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 More logging for extra conf store 2013-10-17 12:21:33 -07: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 Minor logic refactor for path to Python func 2013-11-01 10:53:16 -07:00
vimsupport.py Now possible to sent Vim data to FlagsForFile func 2013-10-26 16:22:43 -07:00
youcompleteme.py Better client notice when ycmd crashes 2013-11-04 11:15:03 -08:00