]> granicus.if.org Git - vim/commitdiff
patch 8.2.0445: png and xpm files not in MS-Windows zip file v8.2.0445
authorBram Moolenaar <Bram@vim.org>
Wed, 25 Mar 2020 19:17:00 +0000 (20:17 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 25 Mar 2020 19:17:00 +0000 (20:17 +0100)
Problem:    Png and xpm files not in MS-Windows zip file.
Solution:   Move files to shared between Unix and Windows target.

Filelist
src/version.c

index 59d9a0b8cf8204d6d70845c0a4e6c11a6a9d0cf8..2ea9a6ffabaf8230daa69ef1f3a757b1e8a4dd3b 100644 (file)
--- a/Filelist
+++ b/Filelist
@@ -786,20 +786,20 @@ RT_UNIX = \
                README_unix.txt \
                runtime/hi16-action-make.png \
                runtime/hi22-action-make.png \
-               runtime/vim16x16.png \
-               runtime/vim16x16.xpm \
-               runtime/vim32x32.png \
-               runtime/vim32x32.xpm \
-               runtime/vim48x48.png \
-               runtime/vim48x48.xpm \
                runtime/gvim.desktop \
                runtime/vim.desktop \
 
 # Unix and DOS runtime without CR-LF translation
 RT_UNIX_DOS_BIN =      \
                runtime/vim16x16.gif \
+               runtime/vim16x16.png \
+               runtime/vim16x16.xpm \
                runtime/vim32x32.gif \
+               runtime/vim32x32.png \
+               runtime/vim32x32.xpm \
                runtime/vim48x48.gif \
+               runtime/vim48x48.png \
+               runtime/vim48x48.xpm \
 
 # runtime not for unix or extra
 RT_NO_UNIX =   \
index 4230f545ed7db00ee7419728eb643a0f2ab5e642..f99097def9028c192505ee2df7e732c278c2ca5e 100644 (file)
@@ -738,6 +738,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    445,
 /**/
     444,
 /**/