Skip to content

Commit 50dad0f

Browse files
committed
diff.txt: Update Vim 9.0.0701
1 parent 2f1c4e2 commit 50dad0f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

en/diff.txt

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

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -376,6 +376,9 @@ Additionally, 'diffexpr' should take care of "icase" and "iwhite" in the
376376
'diffopt' option. 'diffexpr' cannot change the value of 'lines' and
377377
'columns'.
378378

379+
The advantage of using a function call without arguments is that it is faster,
380+
see |expr-option-function|.
381+
379382
Example (this does almost the same as 'diffexpr' being empty): >
380383
381384
set diffexpr=MyDiff()
@@ -441,6 +444,9 @@ will have the same effect. These variables are set to the file names used:
441444
v:fname_diff patch file
442445
v:fname_out resulting patched file
443446

447+
The advantage of using a function call without arguments is that it is faster,
448+
see |expr-option-function|.
449+
444450
Example (this does the same as 'patchexpr' being empty): >
445451
446452
set patchexpr=MyPatch()

0 commit comments

Comments
 (0)