comparison src/version.c @ 7768:3d8e4e0d7127 v7.4.1181

commit https://github.com/vim/vim/commit/6650a694547eb744afa060ec62dd8270e99db9f2 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jan 26 19:59:10 2016 +0100 patch 7.4.1181 Problem: free_tv() can't handle special variables. (Damien) Solution: Add the variable type.
author Christian Brabandt <cb@256bit.org>
date Tue, 26 Jan 2016 20:00:05 +0100
parents 9c0d554a497e
children 42c1a4e63d12
comparison
equal deleted inserted replaced
7767:c9daa07abf34 7768:3d8e4e0d7127
744 NULL 744 NULL
745 }; 745 };
746 746
747 static int included_patches[] = 747 static int included_patches[] =
748 { /* Add new patch number below this line */ 748 { /* Add new patch number below this line */
749 /**/
750 1181,
749 /**/ 751 /**/
750 1180, 752 1180,
751 /**/ 753 /**/
752 1179, 754 1179,
753 /**/ 755 /**/