Skip to content

Commit aceca0d

Browse files
authored
Merge pull request #2316 from h-east/update-diff
Update diff.{txt,jax}
2 parents 2dcc1af + 72a2f6c commit aceca0d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/diff.jax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*diff.txt* For Vim バージョン 9.1. Last change: 2025 Aug 06
1+
*diff.txt* For Vim バージョン 9.1. Last change: 2025 Sep 15
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar

en/diff.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*diff.txt* For Vim version 9.1. Last change: 2025 Aug 06
1+
*diff.txt* For Vim version 9.1. Last change: 2025 Sep 15
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -351,7 +351,7 @@ hard to see what the actual edit on it was. You can use diff anchors to pin
351351
that function so the diff algorithm will align based on it.
352352

353353
To use it, set anchors using 'diffanchors' which is a comma-separated list of
354-
{address} in each file, and then add "anchor" to 'diffopt'. Internaly, Vim
354+
{address} in each file, and then add "anchor" to 'diffopt'. Internally, Vim
355355
splits each file up into sections split by the anchors. It performs the diff
356356
on each pair of sections separately before merging the results back.
357357

0 commit comments

Comments
 (0)