comparison src/version.c @ 7285:a34232b17763 v7.4.948

commit https://github.com/vim/vim/commit/20ad69ccfb60ef718bd26387ef0e5424461a643e Author: Bram Moolenaar <Bram@vim.org> Date: Thu Dec 3 13:52:52 2015 +0100 patch 7.4.948 Problem: Can't build when the insert_expand feature is disabled. Solution: Add #ifdefs. (Dan Pasanen, closes https://github.com/vim/vim/issues/499)
author Christian Brabandt <cb@256bit.org>
date Thu, 03 Dec 2015 14:00:06 +0100
parents 631cd8059bf4
children 6fcadba9ec7a
comparison
equal deleted inserted replaced
7284:29724a179eaf 7285:a34232b17763
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 948,
744 /**/ 746 /**/
745 947, 747 947,
746 /**/ 748 /**/
747 946, 749 946,
748 /**/ 750 /**/