File tree Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -384,8 +384,9 @@ MS-Windowsでは '\' がパスの区切り文字なので、オプション 'isf
384
384
385
385
*starstar-wildcard*
386
386
"**" の展開は、Unix, Win32, macOS、その他数種類のシステムでのみ使用できる (た
387
- だし、'shell' 設定に依存する可能性がある。zsh では正しく動作することが知られて
388
- いる。bash では、少なくとも bash バージョン 4.X 以上が必要である)。
387
+ だし、Unix や macOS では 'shell' の設定に依存する場合がある。zsh では正しく動
388
+ 作することが知られているが、bash では少なくとも bash バージョン 4.X 以上が必要
389
+ である)。
389
390
"**" はディレクトリツリーを再帰的に検索する。深さの上限は100ディレクトリである。
390
391
Note: いくつかのコマンドでは、この挙動が少し異なる。| file-searching | を参照。
391
392
例: >
@@ -1092,10 +1093,10 @@ Vimはファイルを書き込むときにACL情報を保とうとする。バ
1092
1093
ACL情報は (ファイルを開くときに) ファイルが読込専用かどうか調べるのにも使われ
1093
1094
る。
1094
1095
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 システムでのみサポートしている。
1099
1100
Vim はファイルの書き込み時に拡張属性情報を保存しようとする。バックアップファ
1100
1101
イルは、元のファイルの拡張属性を取得する。
1101
1102
Original file line number Diff line number Diff line change @@ -386,8 +386,8 @@ is to use "path\[[]abc]", this matches the file "path\[abc]".
386
386
387
387
*starstar-wildcard*
388
388
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).
391
391
This allows searching a directory tree. This goes up to 100 directories deep.
392
392
Note there are some commands where this works slightly differently, see
393
393
| file-searching | .
@@ -1097,8 +1097,8 @@ will get the ACL info of the original file.
1097
1097
The ACL info is also used to check if a file is read-only (when opening the
1098
1098
file).
1099
1099
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
1102
1102
alongside the file in the filesystem. It depends on the actual filesystem
1103
1103
being used and Vim supports it only on a Linux system.
1104
1104
Vim attempts to preserve the extended attribute info when writing a file.
You can’t perform that action at this time.
0 commit comments