view pixmaps/tb_help.xpm @ 17419:e685de8a1ac6 v8.1.1708

patch 8.1.1708: Coverity warns for using uninitialized variable commit https://github.com/vim/vim/commit/3fb4f4762b49a5b5a54c17e0296e49ec815aee6c Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jul 17 21:32:14 2019 +0200 patch 8.1.1708: Coverity warns for using uninitialized variable Problem: Coverity warns for using uninitialized variable. Solution: Set the start col when col is set.
author Bram Moolenaar <Bram@vim.org>
date Wed, 17 Jul 2019 21: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        ",
"                  ",
"                  "};