Skip to content

Commit 789b061

Browse files
committed
diff.jax: Update Vim 9.0.0701 translate
1 parent 50dad0f commit 789b061

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

doc/diff.jax

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*diff.txt* For Vim バージョン 9.0. Last change: 2022 Jan 22
1+
*diff.txt* For Vim バージョン 9.0. Last change: 2022 Oct 01
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -373,6 +373,9 @@ g:diff_translations を 0 に設定する: >
373373
その上、'diffexpr''diffopt' オプションの "icase" と "iwhite" についても考
374374
慮するべきだろう。'diffexpr''lines''columns' の値を変更できない。
375375

376+
引数なしでの関数呼び出しを使用する利点は高速なことである、
377+
|expr-option-function| を参照のこと。
378+
376379
例 (これは 'diffexpr' が空の時とほぼ同じように働く): >
377380
378381
set diffexpr=MyDiff()
@@ -439,6 +442,9 @@ http://gnuwin32.sourceforge.net/packages/diffutils.htm.
439442
v:fname_diff パッチファイル
440443
v:fname_out パッチ適用結果を出力するファイル
441444

445+
引数なしでの関数呼び出しを使用する利点は高速なことである、
446+
|expr-option-function| を参照のこと。
447+
442448
例 (これは 'patchexpr' を空にしたのと同じ働きをする): >
443449
444450
set patchexpr=MyPatch()

0 commit comments

Comments
 (0)