view pixmaps/gen-inline-pixbufs.sh @ 23011:ec23d84a096d v8.2.2052

patch 8.2.2052: Vim9: "edit +4 fname" gives an error Commit: https://github.com/vim/vim/commit/47a2abf0bc3c3dac0433754ad0365ebad152df8c Author: Bram Moolenaar <Bram@vim.org> Date: Wed Nov 25 20:12:11 2020 +0100 patch 8.2.2052: Vim9: "edit +4 fname" gives an error Problem: Vim9: "edit +4 fname" gives an error. (Naruhiko Nishino) Solution: Allow using a range in the +cmd argument. (closes https://github.com/vim/vim/issues/7364)
author Bram Moolenaar <Bram@vim.org>
date Wed, 25 Nov 2020 20:15: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