-
-
Notifications
You must be signed in to change notification settings - Fork 338
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
counsel-company doesn't correctly complete in some instances #969
Comments
What's your source of completions for C? |
The variable |
Not really. The completions have to come from somewhere. Which code produces the list, e.g. |
I think you want to look at |
It seems that removing the call to |
@gnuvince Thanks, please test. |
Consider the following Rust program:
When at the cursor (indicated with the
|
), invokingM-x counsel-company
will insert the textextend
afterext
i.e., the third line becomess.extextend
.The same behaviour happens in the following C program, but with a slightly different result: the prefix
pu
is replaced withpput
.The text was updated successfully, but these errors were encountered: