commit | 274cea35c6d409cfb16862ff24e789b2d3ea3ee3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 12 18:00:12 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 12 18:00:12 2018 +0200 |
tree | 10455d79ab477a8c61a51a6116b0f0077aba2806 | |
parent | 67f8ab829911c7901c534ef2bf19cc34b622936f [diff] [blame] |
patch 8.1.0370: not using internal diff if 'diffopt' is not changed Problem: Not using internal diff if 'diffopt' is not changed. Solution: Correct initialization of diff_flags. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index 95fa7da..fc93cbf 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 370, +/**/ 369, /**/ 368,