view pixmaps/tb_help.xpm @ 21769:f37c1330b15c v8.2.1434

patch 8.2.1434: Vim9: crash when lambda uses outer function argument Commit: https://github.com/vim/vim/commit/fd77748df2ba7d5f38aab649cb630374620462d7 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Aug 12 19:42:01 2020 +0200 patch 8.2.1434: Vim9: crash when lambda uses outer function argument Problem: Vim9: crash when lambda uses outer function argument. Solution: Set the flag that the outer context is used.
author Bram Moolenaar <Bram@vim.org>
date Wed, 12 Aug 2020 19:45:04 +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        ",
"                  ",
"                  "};