YouCompleteMe/python/ycm/tests
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
..
client Optimize request building 2018-01-09 01:40:07 +01:00
testdata Tests for checking that extra_conf_data sended to server from :DebugInfo and :YcmCompleter commands. 2017-03-12 19:03:07 +03:00
__init__.py Echo diagnostic asynchronously 2017-10-04 16:59:47 +02:00
base_test.py Use codepoint offsets in identifier functions 2017-06-18 20:41:30 +02:00
command_test.py Merge branch 'master' into fork_master 2017-03-30 20:26:11 +03:00
completion_test.py Rewrite completion system 2017-06-21 02:32:57 +02:00
diagnostic_filter_test.py Do not install aliases from future 2017-03-18 18:24:48 +01:00
event_notification_test.py Optimize request building 2018-01-09 01:40:07 +01:00
omni_completer_test.py Use fake filetype for omni completion test 2017-12-23 15:41:14 +00:00
paths_test.py Accept capitalized name for Python executable 2017-03-28 02:12:15 +02:00
postcomplete_test.py Clean C# inserting namespace code 2017-05-17 19:44:02 +02:00
syntax_parse_test.py Do not install aliases from future 2017-03-18 18:24:48 +01:00
test_utils.py Optimize request building 2018-01-09 01:40:07 +01:00
vimsupport_test.py Optimize request building 2018-01-09 01:40:07 +01:00
youcompleteme_test.py Prompt the user to select a logfile with YcmToggleLogs 2017-12-22 19:58:29 +01:00