view pixmaps/tb_help.xpm @ 14716:973d3f4d8017 v8.1.0370

patch 8.1.0370: not using internal diff if 'diffopt' is not changed commit https://github.com/vim/vim/commit/274cea35c6d409cfb16862ff24e789b2d3ea3ee3 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Sep 12 18:00:12 2018 +0200 patch 8.1.0370: not using internal diff if 'diffopt' is not changed Problem: Not using internal diff if 'diffopt' is not changed. Solution: Correct initialization of diff_flags. (Christian Brabandt)
author Christian Brabandt <cb@256bit.org>
date Wed, 12 Sep 2018 18:15:08 +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        ",
"                  ",
"                  "};