view pixmaps/tb_help.xpm @ 30564:30025bbc1705 v9.0.0617

patch 9.0.0617: calling function for reduce() has too much overhead Commit: https://github.com/vim/vim/commit/1936c765364d6a771cea5df9971318060db82730 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Sep 28 15:19:10 2022 +0100 patch 9.0.0617: calling function for reduce() has too much overhead Problem: Calling function for reduce() has too much overhead. Solution: Only call clear_tv() when needed.
author Bram Moolenaar <Bram@vim.org>
date Wed, 28 Sep 2022 16:30: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        ",
"                  ",
"                  "};