view pixmaps/tb_help.xpm @ 14051:c1ead25ed819 v8.1.0043

patch 8.1.0043: ++bad argument of :edit does not work properly commit https://github.com/vim/vim/commit/7580849df9d6c7c515f5ed784019336d8a8ec0f0 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jun 12 12:39:41 2018 +0200 patch 8.1.0043: ++bad argument of :edit does not work properly Problem: ++bad argument of :edit does not work properly. Solution: Return FAIL from get_bad_opt() only when there is no valid argument. (Dominique Pelle, Christian Brabandt, closes #2966, closes #2947)
author Christian Brabandt <cb@256bit.org>
date Tue, 12 Jun 2018 12:45:07 +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        ",
"                  ",
"                  "};