commit | f080d70a82f3a4477f346d9efcdfaec1bc1e1d58 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Oct 31 22:57:26 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Oct 31 22:57:26 2018 +0100 |
tree | 026984ece20253103637569f07b3f8f1e8d23895 | |
parent | a9a8e04eab106c1d21381f79f8965fe50b94e235 [diff] [blame] |
patch 8.1.0502: internal diff fails when diffing a context diff Problem: Internal diff fails when diffing a context diff. (Hirohito Higashi) Solution: Only use callback calls with one line. (closes #3581)
diff --git a/src/version.c b/src/version.c index 73d0621..d2bed0e 100644 --- a/src/version.c +++ b/src/version.c
@@ -793,6 +793,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 502, +/**/ 501, /**/ 500,