YouCompleteMe/python
Val Markovic 43b2dd44f2 Ensuring vimsupport only returns unicode text
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.
2016-02-28 19:23:40 -08:00
..
ycm Ensuring vimsupport only returns unicode text 2016-02-28 19:23:40 -08:00
test_requirements.txt Updating to latest ycmd 2016-02-22 09:50:15 -08:00