view pixmaps/gen-inline-pixbufs.sh @ 15384:a4fb69fd62a6 v8.1.0700

patch 8.1.0700: using "gt" sometimes does not redraw a tab commit https://github.com/vim/vim/commit/04b4e1a42409f81d65ae4801ac867dc0bba3d7b8 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 6 22:22:07 2019 +0100 patch 8.1.0700: using "gt" sometimes does not redraw a tab Problem: Using "gt" sometimes does not redraw a tab. (Jason Franklin) Solution: Always set must_redraw in redraw_all_later().
author Bram Moolenaar <Bram@vim.org>
date Sun, 06 Jan 2019 22: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