view pixmaps/tb_minimize.xpm @ 22673:67aa7507ea2e v8.2.1885

patch 8.2.1885: filetype tests unnessarily creates swap files Commit: https://github.com/vim/vim/commit/2733779a1a36c06f5f900666ac94bfe4c25ea39b Author: Bram Moolenaar <Bram@vim.org> Date: Thu Oct 22 12:33:32 2020 +0200 patch 8.2.1885: filetype tests unnessarily creates swap files Problem: Filetype tests unnessarily creates swap files. Solution: Disable 'swapfile'. (Ken Takata, closes https://github.com/vim/vim/issues/7183)
author Bram Moolenaar <Bram@vim.org>
date Thu, 22 Oct 2020 12:45:05 +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  ",
"                  ",
"        .         ",
"       ...        ",
"      .....       ",
"                  "};