]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.0370: not using internal diff if 'diffopt' is not changed v8.1.0370
authorBram Moolenaar <Bram@vim.org>
Wed, 12 Sep 2018 16:00:12 +0000 (18:00 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 12 Sep 2018 16:00:12 +0000 (18:00 +0200)
commit274cea35c6d409cfb16862ff24e789b2d3ea3ee3
tree10455d79ab477a8c61a51a6116b0f0077aba2806
parent67f8ab829911c7901c534ef2bf19cc34b622936f
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)
src/diff.c
src/version.c