diff 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
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 */
 /**/
+    1550,
+/**/
     1549,
 /**/
     1548,