Open
Description
I am getting input lock with the following message when a company-mode
popup appears with suggestions with vim-empty-lines-mode
enabled.
Company: Front-end company-pseudo-tooltip-unless-just-one-frontend error "Invalid search bound (wrong side of point)" on command post-command
Steps to reproduce:
In any .el file, turn on both company and vim-empty-lines modes, type any prefix to a completion anywhere other than the trailing line.
Additionally, typing in the trailing line has its own set of issues:
Expected:
Instead of the company-mode
popup appearing under the word, it appears at start of line, and any further input appears below that, not appended to the cursor.