view pixmaps/tb_save_all.xpm @ 34448:e21d2759a5c2 v9.1.0141

patch 9.1.0141: Put in Visual mode wrong if it replaces fold marker Commit: https://github.com/vim/vim/commit/4e141c66b9104136ddcf9cc240d2fbc83d825a5a Author: zeertzjq <zeertzjq@outlook.com> Date: Wed Feb 28 21:49:51 2024 +0100 patch 9.1.0141: Put in Visual mode wrong if it replaces fold marker Problem: Put in Visual mode wrong if it replaces fold marker. Solution: Temporarily disable folding during put in Visual mode. (zeertzjq) fixes: #14097 closes: #14100 Signed-off-by: zeertzjq <zeertzjq@outlook.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Wed, 28 Feb 2024 22:00: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."};