diff src/version.c @ 8350:e70fa2e110ec v7.4.1467

commit https://github.com/vim/vim/commit/10b369f67064cee91a5eb41383a694162c5c5e73 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Feb 29 23:12:49 2016 +0100 patch 7.4.1467 Problem: Can't build without the float feature. Solution: Add #ifdefs. (Nick Owens, closes https://github.com/vim/vim/issues/667)
author Christian Brabandt <cb@256bit.org>
date Mon, 29 Feb 2016 23:15:07 +0100
parents a0cff08e7aa3
children 2c40b40c3220
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -744,6 +744,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1467,
+/**/
     1466,
 /**/
     1465,