comparison src/version.c @ 8362:a541dd5cfd3a v7.4.1473

commit https://github.com/vim/vim/commit/d1413d90983fc6c579ad66ba4d4611b057197f94 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Mar 2 21:51:56 2016 +0100 patch 7.4.1473 Problem: Can't build without the autocommand feature. Solution: Add #ifdefs. (Yegappan Lakshmanan)
author Christian Brabandt <cb@256bit.org>
date Wed, 02 Mar 2016 22:00:07 +0100
parents 45740f83b3ce
children 991d8fd4d841
comparison
equal deleted inserted replaced
8361:a446cc226a4d 8362:a541dd5cfd3a
741 NULL 741 NULL
742 }; 742 };
743 743
744 static int included_patches[] = 744 static int included_patches[] =
745 { /* Add new patch number below this line */ 745 { /* Add new patch number below this line */
746 /**/
747 1473,
746 /**/ 748 /**/
747 1472, 749 1472,
748 /**/ 750 /**/
749 1471, 751 1471,
750 /**/ 752 /**/