view pixmaps/gen-inline-pixbufs.sh @ 16393:c1c25e2523a6 v8.1.1201

patch 8.1.1201: output of :command is hard to read commit https://github.com/vim/vim/commit/725310d89e1ba268bf410472b7de054c6c260161 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Apr 24 23:08:23 2019 +0200 patch 8.1.1201: output of :command is hard to read Problem: Output of :command is hard to read. Solution: Make some columns wider, some narrower. Truncate the command when listing all.
author Bram Moolenaar <Bram@vim.org>
date Wed, 24 Apr 2019 23:15:05 +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