view pixmaps/tb_help.xpm @ 31012:4ba2890de10d v9.0.0841

patch 9.0.0841: deletebufline() does not always return 1 on failure Commit: https://github.com/vim/vim/commit/7af3ee2b83545169d78a28ab1cd89aff1127f8b3 Author: zeertzjq <zeertzjq@outlook.com> Date: Sun Nov 6 22:26:05 2022 +0000 patch 9.0.0841: deletebufline() does not always return 1 on failure Problem: deletebufline() does not always return 1 on failure. Solution: Refactor the code to make it work more predictable. (closes https://github.com/vim/vim/issues/11511)
author Bram Moolenaar <Bram@vim.org>
date Sun, 06 Nov 2022 23:30:03 +0100
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        ",
"                  ",
"                  "};