-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incompatibility with company-mode
#2
Comments
The first problem seems to be caused by a bug in The second one seems to be caused by |
this does not seem to be happening anymore. |
The first bug is fixed, the second one I can still reproduce with |
I also noticed some company mode issues in the thb branch... |
I am getting input lock with the following message when a
company-mode
popup appears with suggestions withvim-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:
Actual:
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.The text was updated successfully, but these errors were encountered: