comparison src/version.c @ 9389:32e34e574716 v7.4.1976

commit https://github.com/vim/vim/commit/22fcfad29276bd5f317faf516637dcd491b96a12 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jul 1 18:17:26 2016 +0200 patch 7.4.1976 Problem: Number variables are not 64 bits while they could be. Solution: Add the num64 feature. (Ken Takata)
author Christian Brabandt <cb@256bit.org>
date Fri, 01 Jul 2016 18:30:07 +0200
parents f094d4085014
children 4c40631238e4
comparison
equal deleted inserted replaced
9388:404ac7af0e7e 9389:32e34e574716
453 #ifdef FEAT_NETBEANS_INTG 453 #ifdef FEAT_NETBEANS_INTG
454 "+netbeans_intg", 454 "+netbeans_intg",
455 #else 455 #else
456 "-netbeans_intg", 456 "-netbeans_intg",
457 #endif 457 #endif
458 #ifdef FEAT_NUM64
459 "+num64",
460 #else
461 "-num64",
462 #endif
458 #ifdef FEAT_GUI_W32 463 #ifdef FEAT_GUI_W32
459 # ifdef FEAT_OLE 464 # ifdef FEAT_OLE
460 "+ole", 465 "+ole",
461 # else 466 # else
462 "-ole", 467 "-ole",
751 NULL 756 NULL
752 }; 757 };
753 758
754 static int included_patches[] = 759 static int included_patches[] =
755 { /* Add new patch number below this line */ 760 { /* Add new patch number below this line */
761 /**/
762 1976,
756 /**/ 763 /**/
757 1975, 764 1975,
758 /**/ 765 /**/
759 1974, 766 1974,
760 /**/ 767 /**/