-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Read-only files opening fix #576
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
Read-only files opening fix #576
Conversation
|
👍 |
3 similar comments
|
👍 |
|
👍 |
|
👍 |
|
I would really want this fix to go in asap. Currently NerdTree is not usable for me, as my scm makes all files read-only... |
|
Rollback below change will also fix this issue, thanks for @mike-zueff's patch just fix it very well: |
|
This is great!!! |
|
Looking at dfb9111#diff-f094542718c161e8482e397da4e1f499L378 there is no need to introduce Instead of just do @mike-zueff would you mind updating your PR? Thanks ;) |
|
Merged, thanks for the fix! |
|
@scrooloose Maybe I'm missing something but is that |
As @mkoskar pointed out at: #576 (comment)
|
@mkoskar - good point. |
As @mkoskar pointed out at: preservim#576 (comment)
Hello @scrooloose,
Within this pull request I propose the fix in order to allow read-only files to be opened as well as regular files.