comparison 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
comparison
equal deleted inserted replaced
10033:0c0cdd226cf3 10034:0b57c032e9b0
761 NULL 761 NULL
762 }; 762 };
763 763
764 static int included_patches[] = 764 static int included_patches[] =
765 { /* Add new patch number below this line */ 765 { /* Add new patch number below this line */
766 /**/
767 2289,
766 /**/ 768 /**/
767 2288, 769 2288,
768 /**/ 770 /**/
769 2287, 771 2287,
770 /**/ 772 /**/