view pixmaps/tb_cut.xpm @ 24745:b1fa3f005c93 v8.2.2911

patch 8.2.2911: pattern "%V" does not match all of block selection Commit: https://github.com/vim/vim/commit/e71c0ebe2cee4a4916c49e206733200299e4c065 Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 30 16:43:11 2021 +0200 patch 8.2.2911: pattern "\%V" does not match all of block selection Problem: Pattern "\%V" does not match all of block selection. (Rick Howe) Solution: Use the value of vi_curswant. (closes https://github.com/vim/vim/issues/8285)
author Bram Moolenaar <Bram@vim.org>
date Sun, 30 May 2021 16:45:03 +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     ",
"                  ",
"                  "};