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

Occasionally file decoding breaks #25

Open
Avi-D-coder opened this issue Nov 10, 2019 · 2 comments
Open

Occasionally file decoding breaks #25

Avi-D-coder opened this issue Nov 10, 2019 · 2 comments

Comments

@Avi-D-coder
Copy link

In this case nvim src/lib.rs:121:23 broke everything, but nvim src/lib.rs:121:23: and nvim src/lib.rs:121:22 worked. Sometimes the trailing colon causes breaks to. The files are standard UTF-8 ASCII characters only.
Screenshot_20191110_074120

@Avi-D-coder
Copy link
Author

To reproduce run nvim --> afile:1:1 a file called afile:1:1 will recreated it will be corrupt. If you then run the correct command nvim afile:1:1 you will open that corrupt file.

@Rafflesiaceae
Copy link

In this case nvim src/lib.rs:121:23 broke everything, but nvim src/lib.rs:121:23: and nvim src/lib.rs:121:22 worked. Sometimes the trailing colon causes breaks to.

What does breaking mean here? In what way does it break?

To reproduce run nvim --> afile:1:1 a file called afile:1:1 will recreated it will be corrupt. If you then run the correct command nvim afile:1:1 you will open that corrupt file.

I don't see anything wrong here, you are redirecting the raw terminal output of nvim -- to a new file afile:1:1 and then opening the file with nvim. I can't tell what you expected to happen instead, but there's no issue here.

I'm pretty sure this can be closed @wsdjeg

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