view pixmaps/tb_minimize.xpm @ 29617:ee5acbac6abe v9.0.0149

patch 9.0.0149: test for fuzzy completion fails sometimes Commit: https://github.com/vim/vim/commit/5ac4b1a24e3ba52698a0d24b22cdd2e1c7895417 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 6 10:28:19 2022 +0100 patch 9.0.0149: test for fuzzy completion fails sometimes Problem: Test for fuzzy completion fails sometimes. Solution: Use a more specific file name to minimize the chance of matching a random directory name. (closes #10854)
author Bram Moolenaar <Bram@vim.org>
date Sat, 06 Aug 2022 11:30:06 +0200
parents 3fc0f57ecb91
children
line wrap: on
line source

/* XPM */
static char * tb_minimize_xpm[] = {
/* width height ncolors cpp [x_hot y_hot] */
"18 18 5 1 0 0",
/* colors */
" 	s none	m none	c none",
".	s iconColor1	m black	c #000000",
"X	s topShadowColor	m none	c #DCDEE5",
"o	s iconColor2	m none	c #FFFFFF",
"O	s bottomShadowColor	m black	c #5D6069",
/* pixels */
"                  ",
"      .....       ",
"       ...        ",
"        .         ",
"                  ",
" X.............   ",
" X.XXXXXXXXXXo.   ",
" X.XXoXXXXXXXo.O  ",
" X.XXXXXXXXXXo.O  ",
" X.XXXXXXXXXoo.O  ",
" X.ooooooooooo.O  ",
" X.............O  ",
"    OOOOOOOOOOOO  ",
"                  ",
"        .         ",
"       ...        ",
"      .....       ",
"                  "};