YouCompleteMe/third_party
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
..
pythonfutures Adding python-futures to third_party 2013-10-07 11:03:30 -07:00
requests-futures@98712e7d0f Bumping to newest Requests & requests-futures 2014-03-01 10:43:17 -08:00
retries Diagnostics work again... somewhat. 2013-10-07 11:03:29 -07:00
ycmd@abe2e1c114 Ensuring vimsupport only returns unicode text 2016-02-28 19:23:40 -08:00