YouCompleteMe/python
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
..
ycm Avoid hit-enter prompts during completions 2016-08-28 09:19:07 +02:00
test_requirements.txt Updating to latest ycmd 2016-02-22 09:50:15 -08:00