view pixmaps/tb_save_all.xpm @ 11101:c5027d19ef61 v8.0.0438

patch 8.0.0438: the fnamemodify test may cause later tests to fail commit https://github.com/vim/vim/commit/056f700031602a2734b1ddf45f6bc2817e49b996 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Mar 9 14:00:27 2017 +0100 patch 8.0.0438: the fnamemodify test may cause later tests to fail Problem: The fnamemodify test changes 'shell' in a way later tests may not be able to use system(). Solution: Save and restore 'shell'.
author Christian Brabandt <cb@256bit.org>
date Thu, 09 Mar 2017 14:15:04 +0100
parents 3fc0f57ecb91
children
line wrap: on
line source

/* XPM */
static char * tb_save_all_xpm[] = {
/* width height ncolors cpp [x_hot y_hot] */
"18 18 5 1 0 0",
/* colors */
" 	s iconColor1	m black	c #000000",
".	s none	m none	c none",
"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               .",
" X  X oooooooo o .",
" X  X oooooooo   O",
" X  X oooooooo X O",
" XX X oooooooo X O",
" XX X oooooooo X O",
" XX X oooooooo X O",
" XX XX        XX O",
" XX XXXXXXXXXXXX O",
" XX XX         X O",
".   XX      oo X O",
"..O XX      oo X O",
"... XX      oo X O",
"....             O",
".....OOOOOOOOOOOO."};