view pixmaps/gen-inline-pixbufs.sh @ 32240:7d552e52fe92 v9.0.1451

patch 9.0.1451: unnecessary redrawing when 'showcmdloc' is not "last" Commit: https://github.com/vim/vim/commit/aa7f25ebf16b8be99239af1134b441e3da93060a Author: Luuk van Baal <luukvbaal@gmail.com> Date: Thu Apr 13 21:47:38 2023 +0100 patch 9.0.1451: unnecessary redrawing when 'showcmdloc' is not "last" Problem: Unnecessary redrawing when 'showcmdloc' is not "last". Solution: Redraw later when "showcmd_is_clear" is set. (Luuk van Baal, closes #12260)
author Bram Moolenaar <Bram@vim.org>
date Thu, 13 Apr 2023 23:00:07 +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