view pixmaps/gen-inline-pixbufs.sh @ 24752:1ce39e257f1b v8.2.2914

patch 8.2.2914: cannot paste a block without adding padding Commit: https://github.com/vim/vim/commit/2fa9384ca1b600b934bec81a72c5fb7ce757503a Author: Christian Brabandt <cb@256bit.org> Date: Sun May 30 22:17:25 2021 +0200 patch 8.2.2914: cannot paste a block without adding padding Problem: Cannot paste a block without adding padding. Solution: Add "zp" and "zP" which paste without adding padding. (Christian Brabandt, closes #8289)
author Bram Moolenaar <Bram@vim.org>
date Sun, 30 May 2021 22:30:03 +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