view pixmaps/tb_cut.xpm @ 17024:727f8cc87a45 v8.1.1512

patch 8.1.1512: ch_evalexpr() hangs when used recursively commit https://github.com/vim/vim/commit/38ea784fecf7921dca83ddc75fe9cb40708521b2 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 9 19:51:58 2019 +0200 patch 8.1.1512: ch_evalexpr() hangs when used recursively Problem: ch_evalexpr() hangs when used recursively. (Paul Jolly) Solution: Change ch_block_id from a single number to a list of IDs to wait on.
author Bram Moolenaar <Bram@vim.org>
date Sun, 09 Jun 2019 20:00:06 +0200
parents 3fc0f57ecb91
children
line wrap: on
line source

/* XPM */
static char * tb_cut_xpm[] = {
/* width height ncolors cpp [x_hot y_hot] */
"18 18 3 1 0 0",
/* colors */
" 	s none	m none	c none",
".	s iconColor1	m black	c #000000",
"X	s bottomShadowColor	m black	c #5D6069",
/* pixels */
"                  ",
"     .     .X     ",
"     .X    .X     ",
"      .   .X      ",
"      .X  .X      ",
"       . .X       ",
"       .X.X       ",
"        .X        ",
"       ...X       ",
"     X.X  .X      ",
"    ...X  ...     ",
"   .XX.X  .X .    ",
"   .  .X  .X .X   ",
"   .  .X  .X .X   ",
"    ..XX   ..X    ",
"    XX     XX     ",
"                  ",
"                  "};