43b2dd44f2
Python 3 is much stricter around mixing bytes with unicode (and by "stricter," I mean it doesn't allow it at all) so we're making vimsupport only return `unicode` objects (`str` on py3). The idea is that YCM (and ycmd) internals only ever deal with unicode. |
||
---|---|---|
.. | ||
client | ||
tests | ||
__init__.py | ||
base.py | ||
diagnostic_interface.py | ||
omni_completer.py | ||
paths.py | ||
setup.py | ||
syntax_parse.py | ||
test_utils.py | ||
unsafe_thread_pool_executor.py | ||
vimsupport.py | ||
youcompleteme.py |