view pixmaps/gen-inline-pixbufs.sh @ 31245:fbc4d3b0302d v9.0.0956

patch 9.0.0956: terminal tests fail when using key with modifier Commit: https://github.com/vim/vim/commit/9f14557d6a5b4f832029c292d7b3359b68336058 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Nov 27 12:45:41 2022 +0000 patch 9.0.0956: terminal tests fail when using key with modifier Problem: Terminal tests fail when using key with modifier. Solution: Use the modifyOtherKeys encoding when using RunVimInTerminal().
author Bram Moolenaar <Bram@vim.org>
date Sun, 27 Nov 2022 14:00:05 +0100
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