We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Writing a file may change the file's ownership when writing.
$ touch abc $ ls -la abc -rw-r--r-- 1 m00n m00n 0 Oct 28 23:03 abc $ sudo helix abc ( Write the file with any content ) $ ls -la -rw-r--r-- 1 root m00n 4 Oct 28 23:03 abc
No response
All
N/a
release
helix 24.7
The text was updated successfully, but these errors were encountered:
I think the issue is
helix/helix-view/src/document.rs
Line 973 in b53dafe
Sorry, something went wrong.
I don't think so. I believe it would open with the same file permissions if it already exists, and for backup files we already copy metadata on
Lines 1008 to 1014 in b53dafe
Actually you might have been right. This seems to be fixed by #11374
No branches or pull requests
Summary
Writing a file may change the file's ownership when writing.
Reproduction Steps
Helix log
No response
Platform
All
Terminal Emulator
N/a
Installation Method
release
Helix Version
helix 24.7
The text was updated successfully, but these errors were encountered: