comparison src/version.c @ 9250:d82724272c61 v7.4.1908

commit https://github.com/vim/vim/commit/5ce4a0b96ab688b1ea2481c2516e2889ff6713bf Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jun 8 20:17:23 2016 +0200 patch 7.4.1908 Problem: Netbeans uses uninitialzed pointer and freed memory. Solution: Set "buffer" at the right place (hint by Ken Takata)
author Christian Brabandt <cb@256bit.org>
date Wed, 08 Jun 2016 20:30:06 +0200
parents 9c751c33dc0f
children c25898cc99c1
comparison
equal deleted inserted replaced
9249:1df574290be4 9250:d82724272c61
751 NULL 751 NULL
752 }; 752 };
753 753
754 static int included_patches[] = 754 static int included_patches[] =
755 { /* Add new patch number below this line */ 755 { /* Add new patch number below this line */
756 /**/
757 1908,
756 /**/ 758 /**/
757 1907, 759 1907,
758 /**/ 760 /**/
759 1906, 761 1906,
760 /**/ 762 /**/