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. |
||
---|---|---|
.. | ||
__init__.py | ||
command_request_test.py | ||
completion_request_test.py | ||
omni_completion_request_tests.py |