view pixmaps/tb_cut.xpm @ 17960:3504cf2c80a8 v8.1.1976

patch 8.1.1976: Travis log always shows test output Commit: https://github.com/vim/vim/commit/2b43f7f9f482b845916d308ec4a9dff2ad20e3ec Author: Bram Moolenaar <Bram@vim.org> Date: Wed Sep 4 14:11:16 2019 +0200 patch 8.1.1976: Travis log always shows test output Problem: Travis log always shows test output. Solution: Change script to avoid if/else. (Ozaki Kiichi, closes https://github.com/vim/vim/issues/4892)
author Bram Moolenaar <Bram@vim.org>
date Wed, 04 Sep 2019 14:15:03 +0200
parents 3fc0f57ecb91
children
line wrap: on
line source

/* XPM */
static char * tb_cut_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      ",
"    ...X  ...     ",
"   .XX.X  .X .    ",
"   .  .X  .X .X   ",
"   .  .X  .X .X   ",
"    ..XX   ..X    ",
"    XX     XX     ",
"                  ",
"                  "};