annotate pixmaps/gen-inline-pixbufs.sh @ 27257:68c33419fdc6 v8.2.4157

patch 8.2.4157: terminal test fails because Windows sets the title Commit: https://github.com/vim/vim/commit/ae1bd87fe84bfb31379bc5da351bca56a3d3b571 Author: ichizok <gclient.gaap@gmail.com> Date: Thu Jan 20 14:57:29 2022 +0000 patch 8.2.4157: terminal test fails because Windows sets the title Problem: Terminal test fails because Windows sets the title. Solution: Add the "vterm_title" testing override and use it in the test. (Ozaki Kiichi, closes #9556)
author Bram Moolenaar <Bram@vim.org>
date Thu, 20 Jan 2022 16:00:07 +0100
parents d4faa2c5211b
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1 #! /bin/sh
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3 prefix=stock_
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4 list=
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5
25700
d4faa2c5211b Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 7
diff changeset
6 for file in "$@"; do
d4faa2c5211b Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 7
diff changeset
7 name=$(echo "$file" | sed 's|-|_|g; s|^.*/||; s|\..*$||')
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
8 list="$list $prefix$name $file"
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
9 done
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
10
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
11 gdk-pixbuf-csource --raw --static --build-list $list