YouCompleteMe/python/ycm/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
..
testdata Now extracting PHP functions. 2014-09-02 10:53:38 -07:00
__init__.py Update flake8 config 2016-03-06 17:39:55 +00:00
base_test.py Update flake8 config 2016-03-06 17:39:55 +00:00
event_notification_test.py Avoid hit-enter prompts during completions 2016-08-28 09:19:07 +02:00
omni_completer_test.py Refactor tests using a server instance 2016-07-23 11:21:38 +02:00
paths_test.py Starting ycmd with Python used to build it 2016-04-27 19:42:00 -07:00
postcomplete_tests.py Refactor tests using a server instance 2016-07-23 11:21:38 +02:00
server_test.py Refactor tests using a server instance 2016-07-23 11:21:38 +02:00
syntax_parse_test.py Extract keywords from whole PreProc syntax group 2016-08-09 11:59:35 +02:00
vimsupport_test.py Avoid hit-enter prompts during completions 2016-08-28 09:19:07 +02:00
youcompleteme_test.py Refactor tests using a server instance 2016-07-23 11:21:38 +02:00