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. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: