YouCompleteMe/python
micbou 664d2c99d9
Change GetBufferNumberForFilename default behavior
If no buffer exists for a given filename, the GetBufferNumberForFilename
function will create a buffer for that file by default. This behavior is
unexpected given the name of that function and may lead to performance issues
when ycmd returns diagnostics for a lot of files with no corresponding buffers.
The default behavior for that function should be to not create a buffer.
2017-11-17 00:52:40 +01:00
..
ycm Change GetBufferNumberForFilename default behavior 2017-11-17 00:52:40 +01:00
test_requirements.txt Require coverage.py older than 4.4 2017-06-04 16:42:54 +02:00