view pixmaps/tb_make.xpm @ 23122:60a0221beab0 v8.2.2107

patch 8.2.2107: Vim9: some errors not tested Commit: https://github.com/vim/vim/commit/8ff16e0183e0b07f34c0db8160cf6a472c427eb8 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Dec 7 21:49:52 2020 +0100 patch 8.2.2107: Vim9: some errors not tested Problem: Vim9: some errors not tested. Solution: Add tests. Fix getting the right error.
author Bram Moolenaar <Bram@vim.org>
date Mon, 07 Dec 2020 22:00:04 +0100
parents 3fc0f57ecb91
children
line wrap: on
line source

/* XPM */
static char * tb_make_xpm[] = {
/* width height ncolors cpp [x_hot y_hot] */
"18 18 4 1 0 0",
/* colors */
" 	s none	m none	c none",
".	s iconColor1	m black	c #000000",
"X	s iconColor2	m none	c #FFFFFF",
"o	s bottomShadowColor	m black	c #5D6069",
/* pixels */
"                  ",
"    .. .....      ",
"   .XX.XXXXX.     ",
"   .XXXXXXXXX.    ",
"   .Xo.XXXX..X.   ",
"    .. ....o ..   ",
"        ...   .   ",
"        ...o      ",
"        ...o      ",
"        ...o      ",
"        ...o      ",
"        ...o      ",
"        ...o      ",
"        ...o      ",
"        ...o      ",
"        ...o      ",
"         ooo      ",
"                  "};