Saving a file with vim (8.1.1847, Xubuntu 20.04) that has xattrs set, resets its xattrs:
- touch aha
- setfattr -n user.pb -v "aha works" aha
- alias gx='getfattr -d -m - '
- gx * # show attributes
- vim aha (then
:wq save and exit)
- gx * # shows no more attributes
Attributes are gone. 😭
This is how things are like /RIGHT NOW/ - where xattrs are not properly cared for in the user/tool landscape.
This does not have to stay like that in the future.
Saving a file with vim (8.1.1847, Xubuntu 20.04) that has xattrs set, resets its xattrs:
:wqsave and exit)Attributes are gone. 😭
This is how things are like /RIGHT NOW/ - where xattrs are not properly cared for in the user/tool landscape.
This does not have to stay like that in the future.