commit | f06e5a549f42396be3478ccc1b5f03be64e1173e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Feb 23 14:25:17 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Feb 23 14:25:17 2017 +0100 |
tree | ee45524964045f03edf57d8874d86b96328d1704 | |
parent | 218426896cbb2129aa4e85803ea97c5b57df1eaa [diff] [blame] |
patch 8.0.0352: not easy to see when a typval needs to be cleared Problem: The condition for when a typval needs to be cleared is too complicated. Solution: Init the type to VAR_UNKNOWN and clear it always.
diff --git a/src/version.c b/src/version.c index b51f04d..021704a 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 352, +/**/ 351, /**/ 350,