YouCompleteMe/python
micbou 3086626448
Fix index error when applying a chunk at the end of file
When sending a request to the server, we add a newline to the buffer contents
to match what gets saved to disk. If the server generates a chunk containing
that newline, this chunk goes past the Vim buffer contents since there is
actually no new line, which raises an IndexError exception when applying the
chunk. We fix the issue by recomputing the end position of where the chunk is
applied and by removing all trailing characters in the chunk.
2018-03-19 14:28:28 +01:00
..
ycm Fix index error when applying a chunk at the end of file 2018-03-19 14:28:28 +01:00
test_requirements.txt Drop Python 2.6 and Python 3.3 2018-01-30 18:34:50 +01:00