YouCompleteMe/python/ycm/client
micbou 391757eec2 Avoid hit-enter prompts during completions
When an error occurs during completions, a message is displayed on
the status line. If this message is longer than the width of the
current window, Vim will prompt the user to press enter or type a
command to hide the message, interrupting user workflow. We prevent
that by truncating the message to window width.
Merge PostMultiLineNotice, EchoText, and EchoTextVimWidth functions
into PostVimMessage.
2016-08-28 09:19:07 +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 Avoid hit-enter prompts during completions 2016-08-28 09:19:07 +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 Catch ReadTimeout exception on requests 2016-03-05 22:34:45 +01: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