YouCompleteMe/python/ycm/tests/client
micbou 43ebd5252d
Optimize request building
Reduce the time spent to build the request when there are a lot of buffers by:
 - using the options property on the buffer object to get the mod variable
instead of evaluating getbufvar;
 - not computing the buffer filepath if the buffer is not modified;
 - passing the number of the unloaded buffer instead of its filepath on the
   BufferUnload event. Getting the Python buffer object from its number is
   easier than from its filepath.
2018-01-09 01:40:07 +01:00
..
__init__.py Move client tests to the main tests folder 2016-10-20 00:24:38 +02:00
base_request_test.py Optimize request building 2018-01-09 01:40:07 +01:00
command_request_test.py Do not install aliases from future 2017-03-18 18:24:48 +01:00
completion_request_test.py Fix bare except statement 2017-10-23 21:05:16 +02:00
debug_info_request_test.py Do not install aliases from future 2017-03-18 18:24:48 +01:00
omni_completion_request_tests.py Rewrite completion system 2017-06-21 02:32:57 +02:00