YouCompleteMe/python
micbou 67d2a0fbf8
Fix error when filetype is a number
The VimExpressionToPythonType function automatically convert a number
represented as a string to an integer. This causes an error when used to
evaluate a filetype set to a number as the result is split on the dot character
to get a list of filetypes and an integer cannot be split. Use vim.eval and
ToUnicode instead.
2017-11-26 16:44:35 +01:00
..
ycm Fix error when filetype is a number 2017-11-26 16:44:35 +01:00
test_requirements.txt Require coverage.py older than 4.4 2017-06-04 16:42:54 +02:00