view pixmaps/tb_copy.xpm @ 29625:78418bd45852 v9.0.0153

patch 9.0.0153: no fold and sign column for virtual text with "below" align Commit: https://github.com/vim/vim/commit/1306b36a7b63c33b8948a78c71feb087cf83a39d Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 6 15:59:06 2022 +0100 patch 9.0.0153: no fold and sign column for virtual text with "below" align Problem: No fold and sign column for virtual text with "below" align and 'nowrap'. Solution: Go back to draw state WL_START when moving to the next line. (closes #10851)
author Bram Moolenaar <Bram@vim.org>
date Sat, 06 Aug 2022 17:00:03 +0200
parents 3fc0f57ecb91
children
line wrap: on
line source

/* XPM */
static char * tb_copy_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 */
"                  ",
"                  ",
" ..........       ",
" .XXXXXXXX.o      ",
" .X.............  ",
" .XXXX.XXXXXXXX.  ",
" .X....X......X.o ",
" .XXXX.XXXXXXXX.o ",
" .X....X......X.o ",
" .XXXX.XXXXXXXX.o ",
" .X..X.X......X.o ",
" .XXXX.XXXXXXXX.o ",
" ......X..XXXXX.o ",
"  oooo.XXXXXXXX.o ",
"      ..........o ",
"        ooooooooo ",
"                  ",
"                  "};