YouCompleteMe/python
micbou eac2232c22
Improve omnifunc compliance when start column is invalid
Contrarily to what the docs say, Vim only stops completion if the value
returned by the omnifunc is -3 or -2. In other cases, if the value is negative
or greater than the current column, the start column is set to the current
column; otherwise, the value is used as the start column.
2018-09-09 12:34:07 +02:00
..
ycm Improve omnifunc compliance when start column is invalid 2018-09-09 12:34:07 +02:00
test_requirements.txt Add flake8-ycm to test requirements 2018-05-30 02:53:28 +02:00