commit | c8234779790dd873acb88331c50988adf94cc383 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Nov 10 21:00:27 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Nov 10 21:00:27 2019 +0100 |
tree | d3e58b31d9e4593956cd028e4468051ce3d79dfc | |
parent | 5c6b6187ac51a4d8545e823c1be6cdf70cac8a57 [diff] [blame] |
patch 8.1.2289: after :diffsplit closing the window does not disable diff Problem: After :diffsplit closing the window does not disable diff. Solution: Add "closeoff" to 'diffopt' and add it to the default.
diff --git a/src/version.c b/src/version.c index d2baa1f..205f2dc 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2289, +/**/ 2288, /**/ 2287,