1
0
forked from aniani/vim

patch 7.4.2026

Problem:    Reference counting for callbacks isn't right.
Solution:   Add free_callback(). (Ken Takata)  Fix reference count.
This commit is contained in:
Bram Moolenaar
2016-07-11 22:41:15 +02:00
parent da3a77d9ec
commit 1436d8d51c
5 changed files with 61 additions and 73 deletions

View File

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