view pixmaps/gen-inline-pixbufs.sh @ 13410:c571356c65bd v8.0.1579

patch 8.0.1579: virtual replace test fails in GUI commit https://github.com/vim/vim/commit/df0d24b62742edd3ea73795b96a771501e642970 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Mar 6 14:22:58 2018 +0100 patch 8.0.1579: virtual replace test fails in GUI Problem: Virtual replace test fails in GUI. Solution: Don't save key options if they were not set.
author Christian Brabandt <cb@256bit.org>
date Tue, 06 Mar 2018 14:30:05 +0100
parents 3fc0f57ecb91
children d4faa2c5211b
line wrap: on
line source

#! /bin/sh

prefix=stock_
list=

for file in "$@"
do
    name=`echo "$file" | sed 's|-|_|g; s|^.*/||; s|\..*$||'`
    list="$list $prefix$name $file"
done

gdk-pixbuf-csource --raw --static --build-list $list