view pixmaps/gen-inline-pixbufs.sh @ 22928:de6c242ec236 v8.2.2011

patch 8.2.2011: "syn sync" reports a very large number Commit: https://github.com/vim/vim/commit/9950280d377a5c0706d141017fcef9cad598b8b0 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Nov 18 16:53:23 2020 +0100 patch 8.2.2011: "syn sync" reports a very large number Problem: "syn sync" reports a very large number. Solution: Use "at the first line".
author Bram Moolenaar <Bram@vim.org>
date Wed, 18 Nov 2020 17:00:04 +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