view pixmaps/gen-inline-pixbufs.sh @ 18321:2ffe3309958c v8.1.2155

patch 8.1.2155: in a terminal window 'cursorlineopt' does not work properly Commit: https://github.com/vim/vim/commit/a3817730c0a38ed6371b38b6db2e08547ecc674d Author: Bram Moolenaar <Bram@vim.org> Date: Wed Oct 16 16:31:44 2019 +0200 patch 8.1.2155: in a terminal window 'cursorlineopt' does not work properly Problem: In a terminal window 'cursorlineopt' does not work properly. Solution: Check the 'cursorlineopt' value. (closes https://github.com/vim/vim/issues/5055)
author Bram Moolenaar <Bram@vim.org>
date Wed, 16 Oct 2019 16:45:03 +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