view pixmaps/tb_print.xpm @ 17855:285f7a700185 v8.1.1924

patch 8.1.1924: using empty string for current buffer is unexpected Commit: https://github.com/vim/vim/commit/a8eee21e75324d199acb1663cb5009e03014a13a Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 24 22:14:58 2019 +0200 patch 8.1.1924: using empty string for current buffer is unexpected Problem: Using empty string for current buffer is unexpected. Solution: Make the argument optional for bufname() and bufnr().
author Bram Moolenaar <Bram@vim.org>
date Sat, 24 Aug 2019 22:30:03 +0200
parents af1bcb9a13c0
children
line wrap: on
line source

/* XPM */
static char * tb_print_xpm[] = {
/* width height ncolors cpp [x_hot y_hot] */
"18 18 7 1 0 0",
/* colors */
" 	s none	m none	c none",
".	s iconColor1	m black	c #000000",
"X	s iconColor2	m none	c #FFFFFF",
"o	s iconGray2	m none	c #bdbdbd",
"O	s iconGray5	m black	c #737373",
"+	s bottomShadowColor	m black	c #5D6069",
"@	c #FF1144",
/* pixels */
"   .......        ",
"   .XXXXX..       ",
"   .XXXXX.X.      ",
"   .XXXXX....     ",
"   .XXXXXXXX.     ",
"   .XXXXXXXX.     ",
"  ..XXXXXXXX..    ",
"   .XXXXXXXX.O    ",
"................  ",
".XXXXXXXXXXXXXO.  ",
".X@@ooooooooooO.O ",
".XooooooooooooO.O ",
".XooooooooooooO.O ",
"................O ",
" .OOOOOOOOOOOO.OO ",
" ..............O  ",
"   OOOOOOOOOOOOO  ",
"                  "};