-
Notifications
You must be signed in to change notification settings - Fork 81
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
Getting error when opening file #139
Comments
What does |
(Mainly I’m trying to see whether this is neovim #9881. Personally I haven’t had luck reproducing the issue based on the description of that bug (and the underlying Vim 8.1 bug – caused by vim/vim@82e8c92 and then fixed in vim/vim@916a818). Either way, it seems that |
Thank you @ap for your reply, the output of
And I'm sorry about the bug description; I know it's super specific, but that's the only situation I saw the message |
Huh! That is after you get that error message? Because it acts as if |
Apparently, that's the case 😮 😕 |
I have the exact same error. Was able to reproduce it with a simple file (test.cfg) containing the line
My |
@twidxuga pointed out a good thing; I checked the file I'm opening and it has this at the end:
|
Thank you for that! I can reproduce it that way too. |
Same with |
I also have this issue and the same The solution is to change |
Hi, I'm using
neovim
, and when opening a specific file, I'm getting this error:To be more specific, I'm using byobu, and I'm doing
nvim $( which byobu )
to open the file. The target file is/usr/bin/byobu
, which is a "read-only" file.I tried copying the file to a directory owned by me, but the error still happens. It seems that the issue is only with that specific file (which is a shell script), but I can't replicate it with any other file (even a shell script).
Any ideas what could be the issue here?
Thank you
The text was updated successfully, but these errors were encountered: