view pixmaps/gen-inline-pixbufs.sh @ 25334:c11fc61b0872 v8.2.3204

patch 8.2.3204: display garbled when 'cursorline' is set and lines wrap Commit: https://github.com/vim/vim/commit/c9e7e344ed390d2a22afb88001b6aa80832d2541 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jul 22 21:33:03 2021 +0200 patch 8.2.3204: display garbled when 'cursorline' is set and lines wrap Problem: Display garbled when 'cursorline' is set and lines wrap. (Gabriel Dupras) Solution: Avoid inserting lines twice.
author Bram Moolenaar <Bram@vim.org>
date Thu, 22 Jul 2021 21:45:04 +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