view pixmaps/gen-inline-pixbufs.sh @ 21769:f37c1330b15c v8.2.1434

patch 8.2.1434: Vim9: crash when lambda uses outer function argument Commit: https://github.com/vim/vim/commit/fd77748df2ba7d5f38aab649cb630374620462d7 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Aug 12 19:42:01 2020 +0200 patch 8.2.1434: Vim9: crash when lambda uses outer function argument Problem: Vim9: crash when lambda uses outer function argument. Solution: Set the flag that the outer context is used.
author Bram Moolenaar <Bram@vim.org>
date Wed, 12 Aug 2020 19:45:04 +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