view pixmaps/tb_redo.xpm @ 31152:ac6f5741b155 v9.0.0910

patch 9.0.0910: setting lines in another buffer may not work well Commit: https://github.com/vim/vim/commit/c934bfa1b765505e5fc491f2ee7cc106894cafc8 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Nov 19 13:59:43 2022 +0000 patch 9.0.0910: setting lines in another buffer may not work well Problem: Setting lines in another buffer may not work well. Solution: Make sure the buffer being changed has a window. (issue https://github.com/vim/vim/issues/11558)
author Bram Moolenaar <Bram@vim.org>
date Sat, 19 Nov 2022 15:00:03 +0100
parents 3fc0f57ecb91
children
line wrap: on
line source

/* XPM */
static char * tb_redo_xpm[] = {
/* width height ncolors cpp [x_hot y_hot] */
"18 18 4 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 bottomShadowColor	m black	c #5D6069",
/* pixels */
"                  ",
"                  ",
"      .....  ..   ",
"    ..XXXXX..X.o  ",
"   .XXXXXXXXXX.o  ",
"   .XX....XXXX.o  ",
"  .XX.ooo.XXXX.o  ",
"  .XX.o .XXXXX.o  ",
"  .XX.o .......o  ",
"  .XX.o  ooo.ooo  ",
"  .XX.o    .X.    ",
"   .XX.....XX.o   ",
"   .XXXXXXXX.oo   ",
"    ..XXXXX.oo    ",
"      .....oo     ",
"       ooooo      ",
"                  ",
"                  "};