]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0229: local 'formatprg' option value leaks v8.0.0229
authorBram Moolenaar <Bram@vim.org>
Tue, 24 Jan 2017 16:48:36 +0000 (17:48 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 24 Jan 2017 16:48:36 +0000 (17:48 +0100)
commit24a2d416ec261829ff7fd29f7b66739c96dd6513
tree39428e4d6a0c7ddefe0d42fa8700c0f75caca9d6
parentabbc448bc09a292ec1263ffe69b4cb3d1c57f020
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.
src/buffer.c
src/version.c