diff src/version.c @ 10034:0b57c032e9b0 v7.4.2289

commit https://github.com/vim/vim/commit/7683aaa5061e26d4bc52fdf40be66789e9e4fec0 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 28 21:00:50 2016 +0200 patch 7.4.2289 Problem: When installing and $DESTDIR is set the icons probably won't be installed. Solution: Create the icon directories if $DESTDIR is not empty. (Danek Duvall)
author Christian Brabandt <cb@256bit.org>
date Sun, 28 Aug 2016 21:15:06 +0200
parents f0b1cbf9467e
children ab6320d74331
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -764,6 +764,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2289,
+/**/
     2288,
 /**/
     2287,