diff options
author | zeertzjq <zeertzjq@outlook.com> | 2023-09-30 22:38:09 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-30 22:38:09 +0800 |
commit | 386bc23e4378f3c161efc924de49a21b2b2c305f (patch) | |
tree | cea40ee1e822576a21ed3ef7d00ef474186f5720 /runtime | |
parent | a4132e1d62c5ef542a05b5ca2c6704f6d992c818 (diff) | |
parent | 5c60fbe9db0005d10d87ba60a981fd41f85f8df5 (diff) | |
download | rneovim-386bc23e4378f3c161efc924de49a21b2b2c305f.tar.gz rneovim-386bc23e4378f3c161efc924de49a21b2b2c305f.tar.bz2 rneovim-386bc23e4378f3c161efc924de49a21b2b2c305f.zip |
Merge pull request #25442 from zeertzjq/vim-9.0.1962
vim-patch:9.0.{1962,1963}: extended attributes
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/editing.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/runtime/doc/editing.txt b/runtime/doc/editing.txt index abfe466b07..6e7963c066 100644 --- a/runtime/doc/editing.txt +++ b/runtime/doc/editing.txt @@ -1078,6 +1078,13 @@ will get the ACL info of the original file. The ACL info is also used to check if a file is read-only (when opening the file). + *xattr* *E1506* *E1507* *E1508* *E1509* +xattr stands for Extended Attributes It is an advanced way to save metadata +alongside the file in the filesystem. It depends on the actual filesystem +being used and Vim supports it only on a Linux system. + Vim attempts to preserve the extended attribute info when writing a file. +The backup file will get the extended attribute of the original file. + *read-only-share* When MS-Windows shares a drive on the network it can be marked as read-only. This means that even if the file read-only attribute is absent, and the ACL |