You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should create an empty a.txt and a symbolic link b.txt under the current working directory.
hx
:open b.txt
Type something, and then :write
I expected this to happen:
As b.txt is a symbolic link to a.txt, modifications should apply to both files.
Instead, this happened:
The original symbolic link is overwritten, and b.txt is now a normal file. a.txt remains unchanged. BTW, the file picker won't recognize b.txt at the beginning.
Helix log
Nothing interesting in the logs.
Platform
Windows
Terminal Emulator
Windows Terminal
Installation Method
source
Helix Version
24.03-121-g35d0ae7c
The text was updated successfully, but these errors were encountered:
Summary
File pickers and
:open
cannot recognize symbolic links.:write
simply overwites them.Reproduction Steps
I tried this:
Create symbolic linked files:
This should create an empty
a.txt
and a symbolic linkb.txt
under the current working directory.hx
:open b.txt
Type something, and then
:write
I expected this to happen:
As
b.txt
is a symbolic link toa.txt
, modifications should apply to both files.Instead, this happened:
The original symbolic link is overwritten, and
b.txt
is now a normal file.a.txt
remains unchanged. BTW, the file picker won't recognizeb.txt
at the beginning.Helix log
Nothing interesting in the logs.
Platform
Windows
Terminal Emulator
Windows Terminal
Installation Method
source
Helix Version
24.03-121-g35d0ae7c
The text was updated successfully, but these errors were encountered: