view pixmaps/gen-inline-pixbufs.sh @ 17208:13d0753511fe v8.1.1603

patch 8.1.1603: crash when using unknown highlighting in text property commit https://github.com/vim/vim/commit/d74af4227b4e961bbab6ec9aa36512464434a1ad Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jun 28 21:38:00 2019 +0200 patch 8.1.1603: crash when using unknown highlighting in text property Problem: Crash when using unknown highlighting in text property. Solution: Check for zero highlight ID.
author Bram Moolenaar <Bram@vim.org>
date Fri, 28 Jun 2019 21:45:05 +0200
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