commit | eadbc2b46176e2aff2cde5f3874b734ae2ae082a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 04 18:42:39 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 04 18:42:39 2017 +0100 |
tree | 414d4842c93423c098ce04467c8b3aa4b7f7e511 | |
parent | 3f3897e41f77a7bcd44ffd37acd4d524c0169ed4 [diff] [blame] |
patch 8.0.0408: updating folds does not always work properly Problem: Updating folds does not work properly when inserting a file and a few other situations. Solution: Adjust the way folds are updated. (Matthew Malcomson)
diff --git a/src/version.c b/src/version.c index 39c6b4e..9b350e7 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 408, +/**/ 407, /**/ 406,