commit | d9da86e94ea8dbaa056270a666892945c40a6674 | [log] [tgz] |
---|---|---|
author | Lewis Russell <lewis6991@gmail.com> | Tue Dec 28 13:54:41 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 28 13:54:41 2021 +0000 |
tree | a27cfef25062c933996cad8c6ca9dab6462a8512 | |
parent | 90c317f2246a7fb4bd4e3feb0778b53627bc9fad [diff] [blame] |
patch 8.2.3921: the way xdiff is used is inefficient Problem: The way xdiff is used is inefficient. Solution: Use hunk_func instead of the out_line callback. (Lewis Russell, closes #9344)
diff --git a/src/version.c b/src/version.c index 8963062..96359c1 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3921, +/**/ 3920, /**/ 3919,