Skip to content
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

Jumping fails and throws error if file hasn't been saved #6

Closed
rorj opened this issue Apr 23, 2021 · 2 comments
Closed

Jumping fails and throws error if file hasn't been saved #6

rorj opened this issue Apr 23, 2021 · 2 comments

Comments

@rorj
Copy link

rorj commented Apr 23, 2021

E5108: Error executing lua .../pack/packer/start/lsp-trouble.nvim/lua/trouble/view.lua:291: Vim(edit):E37: No write since last change (add ! to override)

Commenting this line out fixes the issue.

https://github.com/folke/lsp-trouble.nvim/blob/751d4de754d877a1ffa376c7e2f4208082cfde1c/lua/trouble/view.lua#L291

@folke
Copy link
Owner

folke commented Apr 23, 2021

Damn, good catch!

I fixed an issue last night that introduced this.

Can you check if all works as expected now?

@rorj
Copy link
Author

rorj commented Apr 23, 2021

Yes, it's fixed now. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants