YouCompleteMe/python/ycm/client/tests
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
..
__init__.py Show docs from clang completer in preview window 2015-09-12 20:51:04 +01:00
command_request_test.py Avoid hit-enter prompts during completions 2016-08-28 09:19:07 +02:00
completion_request_test.py Update flake8 config 2016-03-06 17:39:55 +00:00
omni_completion_request_tests.py Add tests for omni completer GetCompletions 2016-05-08 15:47:58 +01:00