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 22
22
doc/autocmd.jax
23
23
doc/change.jax
24
24
doc/develop.jax
25
- doc/editing.jax
26
25
doc/fold.jax
27
26
doc/hangulin.jax
28
27
doc/if_lua.jax # 100行超えたけど、内容的に大したことない
56
55
### 完訳!
57
56
58
57
doc/cmdline.jax
58
+ doc/editing.jax
59
59
doc/filetype.jax
60
60
doc/help.jax
61
61
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
+ "blowfish" のサポート自体は Vim 7.4.1099 以前からあったものの、上記の条件が利用
1446
+ できるのは Vim 7.4.1099 からである。
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