diff 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
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1068,
+/**/
     1067,
 /**/
     1066,