YouCompleteMe/python
micbou 39c06c42e3
Handle null characters in completion response
The completion info field may contain null characters e.g. \x00 in
Python docstrings. These characters cannot be evaluated so they are
removed.
Rewrite the function that convert ycmd completion to Vim completion.
2018-11-17 01:42:05 +01:00
..
ycm Handle null characters in completion response 2018-11-17 01:42:05 +01:00
test_requirements.txt Add flake8-ycm to test requirements 2018-05-30 02:53:28 +02:00