view pixmaps/tb_save.xpm @ 24500:54b6455e637c v8.2.2790

patch 8.2.2790: filetype test fails Commit: https://github.com/vim/vim/commit/63276685f90fca8b1a0be3a6734759fa82b7be0c Author: Bram Moolenaar <Bram@vim.org> Date: Tue Apr 20 21:14:09 2021 +0200 patch 8.2.2790: filetype test fails Problem: filetype test fails Solution: Also update the scripts detection
author Bram Moolenaar <Bram@vim.org>
date Tue, 20 Apr 2021 21:15:05 +0200
parents 3fc0f57ecb91
children
line wrap: on
line source

/* XPM */
static char * tb_save_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 iconGray2	m none	c #bdbdbd",
"o	s iconColor2	m none	c #FFFFFF",
"O	s bottomShadowColor	m black	c #5D6069",
/* pixels */
"                  ",
" ..............   ",
" .X.oooooooo.o.   ",
" .X.oooooooo...O  ",
" .X.oooooooo.X.O  ",
" .X.oooooooo.X.O  ",
" .X.oooooooo.X.O  ",
" .X.oooooooo.X.O  ",
" .XX........XX.O  ",
" .XXXXXXXXXXXX.O  ",
" .XX.........X.O  ",
" .XX......oo.X.O  ",
" .XX......oo.X.O  ",
" .XX......oo.X.O  ",
"  .............O  ",
"   OOOOOOOOOOOOO  ",
"                  ",
"                  "};