comparison src/version.c @ 7534:0765665083be v7.4.1068

commit https://github.com/vim/vim/commit/71bcfdf30109c3d6e40d143adcaf33964b18a70b Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 9 18:20:46 2016 +0100 patch 7.4.1068 Problem: Wrong way to check for unletting internal variables. Solution: Use a better way. (Olaf Dabrunz)
author Christian Brabandt <cb@256bit.org>
date Sat, 09 Jan 2016 18:30:05 +0100
parents 0acbe61244ac
children 30b74472ff81
comparison
equal deleted inserted replaced
7533:925eda7034aa 7534:0765665083be
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 1068,
744 /**/ 746 /**/
745 1067, 747 1067,
746 /**/ 748 /**/
747 1066, 749 1066,
748 /**/ 750 /**/