view pixmaps/gen-inline-pixbufs.sh @ 11902:35d7459251fd v8.0.0831

patch 8.0.0831: with 8 colors the bold attribute is not set properly commit https://github.com/vim/vim/commit/12d853fae1fc37c33874b5cf1e40a2dfaf04268c Author: Bram Moolenaar <Bram@vim.org> Date: Tue Aug 1 18:04:04 2017 +0200 patch 8.0.0831: with 8 colors the bold attribute is not set properly Problem: With 8 colors the bold attribute is not set properly. Solution: Move setting HL_TABLE() out of lookup_color. (closes https://github.com/vim/vim/issues/1901)
author Christian Brabandt <cb@256bit.org>
date Tue, 01 Aug 2017 18:15: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