view pixmaps/gen-inline-pixbufs.sh @ 27549:2397b18d6f94 v8.2.4301

patch 8.2.4301: Vim9: type error for copy of dict Commit: https://github.com/vim/vim/commit/e0c2b2ceaa8ca2d0f412f17f4cf14fb4f7a3296f Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 5 14:05:51 2022 +0000 patch 8.2.4301: Vim9: type error for copy of dict Problem: Vim9: type error for copy of dict. Solution: Do not use dict<any> but no type. (closes https://github.com/vim/vim/issues/9696)
author Bram Moolenaar <Bram@vim.org>
date Sat, 05 Feb 2022 15:15:02 +0100
parents d4faa2c5211b
children
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