aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2023-10-03 14:32:47 +0800
committerGitHub <noreply@github.com>2023-10-03 14:32:47 +0800
commit08aea256c8330f482319b0579944a56707cc5bbe (patch)
treed5b3f1a0a30b6630a5b73b3ec0eb1029896c92d9
parent3af59a415c98afc42755308e56912b302ad5eb3d (diff)
downloadrneovim-08aea256c8330f482319b0579944a56707cc5bbe.tar.gz
rneovim-08aea256c8330f482319b0579944a56707cc5bbe.tar.bz2
rneovim-08aea256c8330f482319b0579944a56707cc5bbe.zip
vim-patch:2dfc22908e43 (#25485)
runtime(doc): remove E1507 help tag, which is no longer used (vim/vim#13254) https://github.com/vim/vim/commit/2dfc22908e432f63d200e1fc4f024645c87b8bf3
-rw-r--r--runtime/doc/editing.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/editing.txt b/runtime/doc/editing.txt
index aef5276bb3..10b578fc73 100644
--- a/runtime/doc/editing.txt
+++ b/runtime/doc/editing.txt
@@ -1078,8 +1078,8 @@ 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
+ *xattr* *E1506* *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.