YouCompleteMe/python/ycm/client
micbou 2fabac5a67
Fix BufferUnload event notification
Send the request as the unloaded buffer instead of the current buffer
for the BufferUnload event notification. This fixes the issue where
the filetype of the current buffer is not the same as the unloaded
buffer one, making the ycmd server uses the wrong completer when
handling the request.
2016-10-08 16:43:50 +02:00
..
tests Avoid hit-enter prompts during completions 2016-08-28 09:19:07 +02:00
__init__.py A (barely) working version of ycmd + client 2013-10-07 11:03:26 -07:00
base_request.py Fix BufferUnload event notification 2016-10-08 16:43:50 +02:00
command_request.py Avoid hit-enter prompts during completions 2016-08-28 09:19:07 +02:00
completer_available_request.py Update flake8 config 2016-03-06 17:39:55 +00:00
completion_request.py Avoid hit-enter prompts during completions 2016-08-28 09:19:07 +02:00
event_notification.py Fix BufferUnload event notification 2016-10-08 16:43:50 +02:00
omni_completion_request.py Futurize pass + manual fixes 2016-02-27 16:12:44 -08:00
shutdown_request.py Use shutdown request to stop server 2016-07-23 11:21:20 +02:00
ycmd_keepalive.py Futurize pass + manual fixes 2016-02-27 16:12:44 -08:00