view pixmaps/gen-inline-pixbufs.sh @ 14804:cca823b02a04 v8.1.0414

patch 8.1.0414: v:option_old is cleared when using :set in OptionSet autocmd commit https://github.com/vim/vim/commit/3f3fb0b14734272e7c817020c847aaa0fba5cea5 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 21 11:59:32 2018 +0200 patch 8.1.0414: v:option_old is cleared when using :set in OptionSet autocmd Problem: v:option_old and v:option_new are cleared when using :set in OptionSet autocmd. (Gary Johnson) Solution: Don't trigger OptionSet recursively.
author Christian Brabandt <cb@256bit.org>
date Fri, 21 Sep 2018 12:00:17 +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