view pixmaps/tb_make.xpm @ 11067:a99a1234625f v8.0.0422

patch 8.0.0422: Python test fails with Python 3.6 commit https://github.com/vim/vim/commit/f411a3c5aff644ec7a999be83ef22adf3e1132dd Author: Bram Moolenaar <Bram@vim.org> Date: Sun Mar 5 19:00:34 2017 +0100 patch 8.0.0422: Python test fails with Python 3.6 Problem: Python test fails with Python 3.6. Solution: Convert new exception messages to old ones. (closes https://github.com/vim/vim/issues/1359)
author Christian Brabandt <cb@256bit.org>
date Sun, 05 Mar 2017 19:15:04 +0100
parents 3fc0f57ecb91
children
line wrap: on
line source

/* XPM */
static char * tb_make_xpm[] = {
/* width height ncolors cpp [x_hot y_hot] */
"18 18 4 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 bottomShadowColor	m black	c #5D6069",
/* pixels */
"                  ",
"    .. .....      ",
"   .XX.XXXXX.     ",
"   .XXXXXXXXX.    ",
"   .Xo.XXXX..X.   ",
"    .. ....o ..   ",
"        ...   .   ",
"        ...o      ",
"        ...o      ",
"        ...o      ",
"        ...o      ",
"        ...o      ",
"        ...o      ",
"        ...o      ",
"        ...o      ",
"        ...o      ",
"         ooo      ",
"                  "};