diff src/version.c @ 8376:e448f2a5d45b v7.4.1480

commit https://github.com/vim/vim/commit/91715873d19a1859c08eeded7848113596e2f2bd Author: Bram Moolenaar <Bram@vim.org> Date: Thu Mar 3 17:13:03 2016 +0100 patch 7.4.1480 Problem: Cannot add a pack direcory without loading a plugin. Solution: Add the :packadd command.
author Christian Brabandt <cb@256bit.org>
date Thu, 03 Mar 2016 17:15:05 +0100
parents 5d834058bf44
children 52777ec8a394
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 */
 /**/
+    1480,
+/**/
     1479,
 /**/
     1478,