diff src/version.c @ 8342:446558924b66 v7.4.1463

commit https://github.com/vim/vim/commit/a6b8976bb724f8c85dd5699d115d795f7b730298 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Feb 29 21:38:26 2016 +0100 patch 7.4.1463 Problem: Configure doesn't find isinf() and isnan() on some systems. Solution: Use a configure check that includes math.h.
author Christian Brabandt <cb@256bit.org>
date Mon, 29 Feb 2016 21:45:04 +0100
parents c66e1f50c142
children 2aa24f702b8d
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 */
 /**/
+    1463,
+/**/
     1462,
 /**/
     1461,