commit | 56ebbabea1d8409ba67127b9674f6c714739c8e0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 20 13:40:14 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 20 13:40:14 2019 +0200 |
tree | c79ea6bf14aa3c389bac719ece4665ed0b8a5da6 | |
parent | 4bd782339e370bde82c2a8976df9f335cc12eba9 [diff] [blame] |
patch 8.1.2059: fix for "x" deleting a fold has side effects Problem: Fix for "x" deleting a fold has side effects. Solution: Fix it where the fold is included.
diff --git a/src/version.c b/src/version.c index 1bfe75c..eb2631d 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2059, +/**/ 2058, /**/ 2057,