comparison src/version.c @ 9727:8436bb5134f5 v7.4.2139

commit https://github.com/vim/vim/commit/0588d4f9d2741f35a271400a37fddbdd72d84219 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Aug 1 16:29:47 2016 +0200 patch 7.4.2139 Problem: :delfunction causes illegal memory access. Solution: Correct logic when deciding to free a function.
author Christian Brabandt <cb@256bit.org>
date Mon, 01 Aug 2016 16:30:07 +0200
parents 4a4a71d67131
children 02ba9b2f80e8
comparison
equal deleted inserted replaced
9726:45d404749bb0 9727:8436bb5134f5
761 NULL 761 NULL
762 }; 762 };
763 763
764 static int included_patches[] = 764 static int included_patches[] =
765 { /* Add new patch number below this line */ 765 { /* Add new patch number below this line */
766 /**/
767 2139,
766 /**/ 768 /**/
767 2138, 769 2138,
768 /**/ 770 /**/
769 2137, 771 2137,
770 /**/ 772 /**/