YouCompleteMe/python
micbou 73fea03d78
Convert strings from omnifunc into dictionaries
Vim allows each item of the list returned by an omnifunc to be either a string
or a dictionary but ycmd only supports lists where items are all strings or all
dictionaries. Convert all strings into dictionaries.
2018-10-14 18:07:54 +02:00
..
ycm Convert strings from omnifunc into dictionaries 2018-10-14 18:07:54 +02:00
test_requirements.txt Add flake8-ycm to test requirements 2018-05-30 02:53:28 +02:00