comparison src/version.c @ 15144:7960bf50d345 v8.1.0582

patch 8.1.0582: text properties are not enabled commit https://github.com/vim/vim/commit/fb95e212a2696e5b1c8b5e6b2984af59fa7ead6f Author: Bram Moolenaar <Bram@vim.org> Date: Fri Dec 14 12:18:11 2018 +0100 patch 8.1.0582: text properties are not enabled Problem: Text properties are not enabled. Solution: Fix sizeof argument and re-enable the text properties feature. Fix memory leak.
author Bram Moolenaar <Bram@vim.org>
date Fri, 14 Dec 2018 12:30:08 +0100
parents 7713ceb8c593
children 7903dce131d4
comparison
equal deleted inserted replaced
15143:d04c4ce36c2a 15144:7960bf50d345
797 NULL 797 NULL
798 }; 798 };
799 799
800 static int included_patches[] = 800 static int included_patches[] =
801 { /* Add new patch number below this line */ 801 { /* Add new patch number below this line */
802 /**/
803 582,
802 /**/ 804 /**/
803 581, 805 581,
804 /**/ 806 /**/
805 580, 807 580,
806 /**/ 808 /**/