Skip to content

Commit 1cbf068

Browse files
committed
Merge pull request #168 from rhysd/issue164-editing
Translated a part of document about blowfish #164
2 parents e9588b9 + 2914b8b commit 1cbf068

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

catchup-7.4.1194.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
以上は変更点が100行未満なので、翻訳しやすいはず。
2121

2222
doc/change.jax
23-
doc/editing.jax
2423
doc/fold.jax
2524
doc/hangulin.jax
2625
doc/if_lua.jax # 100行超えたけど、内容的に大したことない
@@ -54,6 +53,7 @@
5453
doc/autocmd.jax
5554
doc/cmdline.jax
5655
doc/develop.jax
56+
doc/editing.jax
5757
doc/filetype.jax
5858
doc/help.jax
5959
doc/index.jax

doc/editing.jax

+6-5
Original file line numberDiff line numberDiff line change
@@ -1439,14 +1439,15 @@ Note: メモリ内のテキストは暗号化されない。ユーザーがテ
14391439
アンドゥファイルが保存されるとき、同じキーとメソッドがアンドゥファイル内のテキ
14401440
ストに適用される。|persistent-undo|
14411441

1442-
To test for blowfish support you can use these conditions: >
1442+
"blowfish" をサポートしているかどうかテストするには下記の条件を使う: >
14431443
has('crypt-blowfish')
14441444
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" を使えるかどうかは次の条件でテストできる: >
14481449
v:version >= 703
1449-
And for blowfish2 with: >
1450+
また "blowfish2" については次の条件でテストできる: >
14501451
v:version > 704 || (v:version == 704 && has('patch401'))
14511452
<
14521453
*E817* *E818* *E819* *E820*

0 commit comments

Comments
 (0)