view pixmaps/tb_help.xpm @ 32017:b4e5d28b788c v9.0.1340

patch 9.0.1340: Coverity warns for using NULL pointer Commit: https://github.com/vim/vim/commit/666cb9c5303753fef7039e9a9e5fbe9a44299607 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Feb 22 12:35:17 2023 +0000 patch 9.0.1340: Coverity warns for using NULL pointer Problem: Coverity warns for using NULL pointer. Solution: Check that lhs_type is not NULL.
author Bram Moolenaar <Bram@vim.org>
date Wed, 22 Feb 2023 13:45:04 +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        ",
"                  ",
"                  "};