diff src/version.c @ 8416:1a6527cce675 v7.4.1499

commit https://github.com/vim/vim/commit/be82c254862e475a582c0717455e1db6bf96b0d0 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Mar 6 14:44:08 2016 +0100 patch 7.4.1499 Problem: No error message when :packadd does not find anything. Solution: Add an error message. (Hirohito Higashi)
author Christian Brabandt <cb@256bit.org>
date Sun, 06 Mar 2016 14:45:04 +0100
parents 8c888844de9c
children 89f38c77e11e
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 */
 /**/
+    1499,
+/**/
     1498,
 /**/
     1497,