Skip to content

Commit e082996

Browse files
authored
Merge pull request #1343 from vim-jp/hh-update-editing
Update editing.{txt,jax}
2 parents 41685a6 + 3a21087 commit e082996

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

doc/editing.jax

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -384,8 +384,9 @@ MS-Windowsでは '\' がパスの区切り文字なので、オプション 'isf
384384

385385
*starstar-wildcard*
386386
"**" の展開は、Unix, Win32, macOS、その他数種類のシステムでのみ使用できる (た
387-
だし、'shell' 設定に依存する可能性がある。zsh では正しく動作することが知られて
388-
いる。bash では、少なくとも bash バージョン 4.X 以上が必要である)。
387+
だし、Unix や macOS では 'shell' の設定に依存する場合がある。zsh では正しく動
388+
作することが知られているが、bash では少なくとも bash バージョン 4.X 以上が必要
389+
である)。
389390
"**" はディレクトリツリーを再帰的に検索する。深さの上限は100ディレクトリである。
390391
Note: いくつかのコマンドでは、この挙動が少し異なる。|file-searching| を参照。
391392
例: >
@@ -1092,10 +1093,10 @@ Vimはファイルを書き込むときにACL情報を保とうとする。バ
10921093
ACL情報は (ファイルを開くときに) ファイルが読込専用かどうか調べるのにも使われ
10931094
る。
10941095

1095-
*xattr* *E1506* *E1507* *E1508* *E1509*
1096-
xattr は Extended Attributes の略で、ファイルシステム内のファイルと一緒にメタ
1097-
データを保存する高度な方法である。これは使用されている実際のファイルシステムに
1098-
依存し、Vim は Linux システムでのみサポートしている。
1096+
*xattr* *E1506* *E1508* *E1509*
1097+
xattr は Extended Attributes の略である。これは、ファイルシステム内のファイル
1098+
と一緒にメタデータを保存する高度な方法である。これは使用されている実際のファイ
1099+
ルシステムに依存し、Vim は Linux システムでのみサポートしている。
10991100
Vim はファイルの書き込み時に拡張属性情報を保存しようとする。バックアップファ
11001101
イルは、元のファイルの拡張属性を取得する。
11011102

en/editing.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -386,8 +386,8 @@ is to use "path\[[]abc]", this matches the file "path\[abc]".
386386

387387
*starstar-wildcard*
388388
Expanding "**" is possible on Unix, Win32, macOS and a few other systems (but
389-
it may depend on your 'shell' setting. It's known to work correctly for zsh; for
390-
bash this requires at least bash version >= 4.X).
389+
it may depend on your 'shell' setting on Unix and macOS. It's known to work
390+
correctly for zsh; for bash this requires at least bash version >= 4.X).
391391
This allows searching a directory tree. This goes up to 100 directories deep.
392392
Note there are some commands where this works slightly differently, see
393393
|file-searching|.
@@ -1097,8 +1097,8 @@ will get the ACL info of the original file.
10971097
The ACL info is also used to check if a file is read-only (when opening the
10981098
file).
10991099

1100-
*xattr* *E1506* *E1507* *E1508* *E1509*
1101-
xattr stands for Extended Attributes It is an advanced way to save metadata
1100+
*xattr* *E1506* *E1508* *E1509*
1101+
xattr stands for Extended Attributes. It is an advanced way to save metadata
11021102
alongside the file in the filesystem. It depends on the actual filesystem
11031103
being used and Vim supports it only on a Linux system.
11041104
Vim attempts to preserve the extended attribute info when writing a file.

0 commit comments

Comments
 (0)