File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- *diff.txt* For Vim バージョン 9.1. Last change: 2025 Aug 06
1
+ *diff.txt* For Vim バージョン 9.1. Last change: 2025 Sep 15
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
Original file line number Diff line number Diff line change 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
2
2
3
3
4
4
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
351
351
that function so the diff algorithm will align based on it.
352
352
353
353
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
355
355
splits each file up into sections split by the anchors. It performs the diff
356
356
on each pair of sections separately before merging the results back.
357
357
You can’t perform that action at this time.
0 commit comments