view pixmaps/tb_maxwidth.xpm @ 16972:5493e31010e1 v8.1.1486

patch 8.1.1486: a listener change is merged even when it adds a line commit https://github.com/vim/vim/commit/125370459178b0ca3acc98edca774c390c9b9fa4 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jun 6 22:50:35 2019 +0200 patch 8.1.1486: a listener change is merged even when it adds a line Problem: A listener change is merged even when it adds a line. (Paul Jolly) Solution: Do not merge a change that adds or removes a line. (closes https://github.com/vim/vim/issues/4490)
author Bram Moolenaar <Bram@vim.org>
date Thu, 06 Jun 2019 23:00:07 +0200
parents 3fc0f57ecb91
children
line wrap: on
line source

/* XPM */
static char * tb_maxwidth_xpm[] = {
/* width height ncolors cpp [x_hot y_hot] */
"18 18 5 1 0 0",
/* colors */
" 	s none	m none	c none",
".	s topShadowColor	m none	c #DCDEE5",
"X	s iconColor1	m black	c #000000",
"o	s iconColor2	m none	c #FFFFFF",
"O	s bottomShadowColor	m black	c #5D6069",
/* pixels */
"                  ",
"                  ",
"                  ",
"                  ",
".XXXXXXXXXXXXXXXX ",
".X.............oX ",
".X..X........X.oXO",
".X.XX........XXoXO",
".XXXX........XXXXO",
".X.XX........XXoXO",
".X..X........X.oXO",
".XooooooooooooooXO",
".XXXXXXXXXXXXXXXXO",
"   OOOOOOOOOOOOOOO",
"                  ",
"                  ",
"                  ",
"                  "};