view pixmaps/tb_blank.xpm @ 17032:84f308b126de v8.1.1516

patch 8.1.1516: time reported for a test measured wrong commit https://github.com/vim/vim/commit/640d4f0c97e686211dc4474b46a83e4435d883c0 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jun 10 17:43:46 2019 +0200 patch 8.1.1516: time reported for a test measured wrong Problem: Time reported for a test measured wrong. Solution: Move the computation to the end of RunTheTest(). (Ozaki Kiichi, closes #4520)
author Bram Moolenaar <Bram@vim.org>
date Mon, 10 Jun 2019 17:45:06 +0200
parents 3fc0f57ecb91
children
line wrap: on
line source

/* XPM */
static char * tb_blank_xpm[] = {
/* width height ncolors cpp [x_hot y_hot] */
"18 18 4 1 0 0",
/* colors */
" 	s iconColor1	m black	c #000000",
".	s none	m none	c none",
"X	s topShadowColor	m none	c #DCDEE5",
"o	s bottomShadowColor	m black	c #5D6069",
/* pixels */
"                 .",
" XXXXXXXXXXXXXXX .",
" X.............. o",
" X.............. o",
" X.............. o",
" X.............. o",
" X.............. o",
" X.............. o",
" X.............. o",
" X.............. o",
" X.............. o",
" X.............. o",
" X.............. o",
" X.............. o",
" X.............. o",
" X.............. o",
"                 o",
"..oooooooooooooooo"};