File tree 2 files changed +7
-6
lines changed
2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 20
20
以上は変更点が100行未満なので、翻訳しやすいはず。
21
21
22
22
doc/change.jax
23
- doc/editing.jax
24
23
doc/fold.jax
25
24
doc/hangulin.jax
26
25
doc/if_lua.jax # 100行超えたけど、内容的に大したことない
54
53
doc/autocmd.jax
55
54
doc/cmdline.jax
56
55
doc/develop.jax
56
+ doc/editing.jax
57
57
doc/filetype.jax
58
58
doc/help.jax
59
59
doc/index.jax
Original file line number Diff line number Diff line change @@ -1439,14 +1439,15 @@ Note: メモリ内のテキストは暗号化されない。ユーザーがテ
1439
1439
アンドゥファイルが保存されるとき、同じキーとメソッドがアンドゥファイル内のテキ
1440
1440
ストに適用される。| persistent-undo | 。
1441
1441
1442
- To test for blowfish support you can use these conditions : >
1442
+ " blowfish" をサポートしているかどうかテストするには下記の条件を使う : >
1443
1443
has('crypt-blowfish')
1444
1444
has('crypt-blowfish2')
1445
- This works since Vim 7.4.1099 while blowfish support was added earlier.
1446
- Thus the condition failing doesn't mean blowfish is not supported. You can
1447
- test for blowfish with: >
1445
+ 上記の条件が利用できるのは Vim 7.4.1099 からであるが、"blowfish" のサポート自体
1446
+ はより古くからある。
1447
+ よって上記の条件が偽になったとしても "blowfish" をサポートしていることがある。
1448
+ "blowfish" を使えるかどうかは次の条件でテストできる: >
1448
1449
v:version >= 703
1449
- And for blowfish2 with : >
1450
+ また " blowfish2" については次の条件でテストできる : >
1450
1451
v:version > 704 || (v:version == 704 && has('patch401'))
1451
1452
<
1452
1453
*E817* *E818* *E819* *E820*
You can’t perform that action at this time.
0 commit comments