1
0
forked from aniani/vim

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.
This commit is contained in:
Bram Moolenaar
2017-01-24 17:48:36 +01:00
parent abbc448bc0
commit 24a2d416ec
2 changed files with 3 additions and 0 deletions

View File

@@ -764,6 +764,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
229,
/**/
228,
/**/