view pixmaps/gen-inline-pixbufs.sh @ 33435:5831a6b5e1af

runtime(doc): mention how to disable folding in diff mode (#13242) Commit: https://github.com/vim/vim/commit/20f48d5b2ddb9fdc29e83f0da6f31f895eaeab47 Author: dundargoc <33953936+dundargoc@users.noreply.github.com> Date: Mon Oct 2 21:49:23 2023 +0200 runtime(doc): mention how to disable folding in diff mode (https://github.com/vim/vim/issues/13242) Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Mon, 02 Oct 2023 22:00:05 +0200
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