comparison src/version.c @ 8520:b4350a4d1e01 v7.4.1550

commit https://github.com/vim/vim/commit/2d8f56acb32428d0f965d42dd13b27100b46fa15 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Mar 12 20:34:27 2016 +0100 patch 7.4.1550 Problem: Cannot load packages early. Solution: Add the ":packloadall" command.
author Christian Brabandt <cb@256bit.org>
date Sat, 12 Mar 2016 20:45:04 +0100
parents 24ac80377d86
children 721e8d6cb7b5
comparison
equal deleted inserted replaced
8519:5652fbdda911 8520:b4350a4d1e01
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 1550,
746 /**/ 748 /**/
747 1549, 749 1549,
748 /**/ 750 /**/
749 1548, 751 1548,
750 /**/ 752 /**/