view pixmaps/tb_save.xpm @ 32080:fc1d95479511 v9.0.1371

patch 9.0.1371: ballooneval interferes with Insert completion Commit: https://github.com/vim/vim/commit/440d4cb55b84fd4b188630abc4a1312598649af0 Author: zeertzjq <zeertzjq@outlook.com> Date: Thu Mar 2 17:51:32 2023 +0000 patch 9.0.1371: ballooneval interferes with Insert completion Problem: Ballooneval interferes with Insert completion. Solution: Ignore mouse-move events when completing. (closes https://github.com/vim/vim/issues/12094, closes #12092)
author Bram Moolenaar <Bram@vim.org>
date Thu, 02 Mar 2023 19:00:05 +0100
parents 3fc0f57ecb91
children
line wrap: on
line source

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