view pixmaps/gen-inline-pixbufs.sh @ 14419:cdc4eacdd81d v8.1.0224

patch 8.1.0224: hang in bracketed paste mode when t_PE not encountered commit https://github.com/vim/vim/commit/fdd7155fab3447b38280035c66178330f8f041e7 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 28 23:12:05 2018 +0200 patch 8.1.0224: hang in bracketed paste mode when t_PE not encountered Problem: Hang in bracketed paste mode when t_PE not encountered. Solution: Break out of the loop when got_int is set. (suggested by Christian Brabandt, closes #3146)
author Christian Brabandt <cb@256bit.org>
date Sat, 28 Jul 2018 23:15: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