YouCompleteMe/python
Ben Jackson 953885c449 Fix traceback when a syntax file has unicode characters
vim.eval returns a str() object on py2, but our internal strings are all unicode().
We use vimsupport.VimExpressionToPythonType to wrap the conversion complexities.
2016-03-10 21:28:42 +00:00
..
ycm Fix traceback when a syntax file has unicode characters 2016-03-10 21:28:42 +00:00
test_requirements.txt Updating to latest ycmd 2016-02-22 09:50:15 -08:00