view pixmaps/tb_help.xpm @ 21809:15ed135796fd v8.2.1454

patch 8.2.1454: Vim9: failure invoking lambda with wrong arguments Commit: https://github.com/vim/vim/commit/79e8db9a218ef111934594024a5cd8b1f93acada Author: Bram Moolenaar <Bram@vim.org> Date: Fri Aug 14 22:16:33 2020 +0200 patch 8.2.1454: Vim9: failure invoking lambda with wrong arguments Problem: Vim9: failure invoking lambda with wrong arguments. Solution: Handle invalid arguments. Add a test.
author Bram Moolenaar <Bram@vim.org>
date Fri, 14 Aug 2020 22:30:03 +0200
parents 3fc0f57ecb91
children
line wrap: on
line source

/* XPM */
static char * tb_help_xpm[] = {
/* width height ncolors cpp [x_hot y_hot] */
"18 18 3 1 0 0",
/* colors */
" 	s none	m none	c none",
".	s iconColor1	m black	c #000000",
"X	s bottomShadowColor	m black	c #5D6069",
/* pixels */
"                  ",
"                  ",
"      .....X      ",
"     ..  X..X     ",
"    ..X   ...     ",
"    ..X   ...     ",
"    X..  X..X     ",
"         ..X      ",
"        ..        ",
"       ..X        ",
"       ..X        ",
"                  ",
"       ..X        ",
"       ..X        ",
"       ..X        ",
"        XX        ",
"                  ",
"                  "};