-
Notifications
You must be signed in to change notification settings - Fork 305
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
Completion mess with existing code #431
Comments
This issue targets like the behavior?
VIM - Vi IMproved 8.1 (2018 May 18, compiled Sep 29 2019 22:27:49) |
I think I got the same behavior. I'll also change |
did you solve this issue? |
Updated textEdit behavior in recent changes. Could you please try this again? |
The same issue was recreated with the latest one (ed1c263) and |
Still causes with ed1c263 and |
Can you try the latest master again. else please provide a hello world repository with repo. |
Also if anyone has a minimal repository with the repo that would be good. |
I'll try it so please just a time (few day). |
@0xBADDCAFE |
I tried #637 and it seems to be fixed this issue. |
#637 worked on my machine as well. |
PR has been merged. Please try latest master. Thanks to those who tired and bit shoutout to @hrsh7th for the actual fix. |
Referring to issue prabirshrestha/asyncomplete.vim#127, upon completion it deletes existing code. Setting
let g:lsp_text_edit_enabled = 0
fixes this behavior.The text was updated successfully, but these errors were encountered: