view pixmaps/tb_find_help.xpm @ 27410:5d6774c0df4f v8.2.4233

patch 8.2.4233: crash when recording and using Select mode Commit: https://github.com/vim/vim/commit/a4bc2dd7cccf5a4a9f78b58b6f35a45d17164323 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 27 19:27:16 2022 +0000 patch 8.2.4233: crash when recording and using Select mode Problem: Crash when recording and using Select mode. Solution: When deleting the last recorded character check there is something to delete.
author Bram Moolenaar <Bram@vim.org>
date Thu, 27 Jan 2022 20:30:07 +0100
parents 3fc0f57ecb91
children
line wrap: on
line source

/* XPM */
static char * tb_find_help_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 bottomShadowColor	m black	c #5D6069",
"o	s iconGray2	m none	c #bdbdbd",
"O	s iconColor2	m none	c #FFFFFF",
/* pixels */
"                  ",
"                  ",
"    .....X        ",
"   ..  X..X       ",
"  ..X   ...       ",
"  ..X   ....      ",
"  X..  .oOOo.     ",
"      .oooOoo.    ",
"      .OOOOoO.    ",
"     ..oOOooo.    ",
"     ...oOOo.X    ",
"        ....X..   ",
"     ..X     ...  ",
"     ..X      ..  ",
"     ..X          ",
"      XX          ",
"                  ",
"                  "};