commit | 24a2d416ec261829ff7fd29f7b66739c96dd6513 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 24 17:48:36 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 24 17:48:36 2017 +0100 |
tree | 39428e4d6a0c7ddefe0d42fa8700c0f75caca9d6 | |
parent | abbc448bc09a292ec1263ffe69b4cb3d1c57f020 [diff] [blame] |
patch 8.0.0229: local 'formatprg' option value leaks Problem: When freeing a buffer the local value of the 'formatprg' option is not cleared. Solution: Add missing change.
diff --git a/src/version.c b/src/version.c index 6d3b848..829b3b9 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 229, +/**/ 228, /**/ 227,