view pixmaps/tb_find_prev.xpm @ 13628:b59806681b98 v8.0.1686

patch 8.0.1686: Python does not work when configuring with specific dir commit https://github.com/vim/vim/commit/d088240b96bc8b2bdba9242dcb9e3d36f1e16c48 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Apr 10 18:13:05 2018 +0200 patch 8.0.1686: Python does not work when configuring with specific dir Problem: Python does not work when configuring with specific dir. (Rajdeep) Solution: Do define PYTHON_HOME and PYTHON3_HOME in configure if the Python config dir was specified.
author Christian Brabandt <cb@256bit.org>
date Tue, 10 Apr 2018 18:15:07 +0200
parents 3fc0f57ecb91
children
line wrap: on
line source

/* XPM */
static char * tb_find_prev_xpm[] = {
/* width height ncolors cpp [x_hot y_hot] */
"18 18 7 1 0 0",
/* colors */
" 	s none	m none	c none",
".	s iconColor1	m black	c #000000",
"X	s iconColor2	m none	c #FFFFFF",
"o	s iconGray2	m none	c #bdbdbd",
"O	s bottomShadowColor	m black	c #5D6069",
"+	m black	c #880000",
"@	s iconColor3	m black	c #FF0000",
/* pixels */
"                  ",
"  .........       ",
"  .XXXXXXX..      ",
"  .XXXXXXX.o.     ",
"  OX+XXXXX....    ",
"  o++XXXXXXXX.    ",
"  +@+++++X....    ",
" +@@@@@@+.oooo.   ",
"+@@@@@@@.oXXooo.  ",
" +@@@@@@.oXoooo.  ",
"  +@++++.oooooo.  ",
"  o++XXX.oooXoo.  ",
"  OX+XXXX.oooo.O  ",
"  .XXXXXXX....O.. ",
"  .XXXXXXXXXX.O...",
"  ............O ..",
"     OOOOOOOOOO   ",
"                  "};