view pixmaps/gen-inline-pixbufs.sh @ 14935:dc54785f9a1d v8.1.0479

patch 8.1.0479: failure when setting 'varsofttabstop' to end in a comma commit https://github.com/vim/vim/commit/64f410742f101d7d5ea9e65503e1e0019605eaa5 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Oct 15 22:51:50 2018 +0200 patch 8.1.0479: failure when setting 'varsofttabstop' to end in a comma Problem: Failure when setting 'varsofttabstop' to end in a comma. (Ralf Schandl) Solution: Reject value with trailing command. Add test for invalid values (closes #3544)
author Bram Moolenaar <Bram@vim.org>
date Mon, 15 Oct 2018 23:00: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