1
0
forked from aniani/vim

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)
This commit is contained in:
Lewis Russell
2021-12-28 13:54:41 +00:00
committed by Bram Moolenaar
parent 90c317f224
commit d9da86e94e
2 changed files with 146 additions and 116 deletions

View File

@@ -749,6 +749,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3921,
/**/
3920,
/**/