view pixmaps/tb_make.xpm @ 25316:0716cc2e4a8b v8.2.3195

patch 8.2.3195: Vim9: unclear error when passing too many arguments to lambda Commit: https://github.com/vim/vim/commit/c4c5642513ac41b22b7772cc880c776c69e964c9 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jul 21 20:38:46 2021 +0200 patch 8.2.3195: Vim9: unclear error when passing too many arguments to lambda Problem: Vim9: unclear error when passing too many arguments to lambda. Solution: Pass the expression itself instead of "[expression]". (closes #8604)
author Bram Moolenaar <Bram@vim.org>
date Wed, 21 Jul 2021 20:45:04 +0200
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      ",
"                  "};