391757eec2
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. |
||
---|---|---|
.. | ||
testdata | ||
__init__.py | ||
base_test.py | ||
event_notification_test.py | ||
omni_completer_test.py | ||
paths_test.py | ||
postcomplete_tests.py | ||
server_test.py | ||
syntax_parse_test.py | ||
vimsupport_test.py | ||
youcompleteme_test.py |