view pixmaps/gen-inline-pixbufs.sh @ 28501:e1c6e1f3c1bb v8.2.4775

patch 8.2.4775: SpellBad highlighting does not work in Konsole Commit: https://github.com/vim/vim/commit/280aebfd356c4fc8b84f13314068411157ad72f2 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Apr 17 17:34:42 2022 +0100 patch 8.2.4775: SpellBad highlighting does not work in Konsole Problem: SpellBad highlighting does not work in Konsole. Solution: Do not keep t_8u defined for Konsole. Redraw when t_8u is reset. (closes #10177)
author Bram Moolenaar <Bram@vim.org>
date Sun, 17 Apr 2022 18:45:04 +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