view pixmaps/tb_help.xpm @ 20968:1c36b96522ae v8.2.1035

patch 8.2.1035: setreg() does not always clear the register Commit: https://github.com/vim/vim/commit/7633fe595e6a27d6bb376548ff89f0dcce481600 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jun 22 19:10:56 2020 +0200 patch 8.2.1035: setreg() does not always clear the register Problem: setreg() does not always clear the register. Solution: Clear the register if the dict argument is empty. (Andy Massimino, closes #3370)
author Bram Moolenaar <Bram@vim.org>
date Mon, 22 Jun 2020 19:15:06 +0200
parents 3fc0f57ecb91
children
line wrap: on
line source

/* XPM */
static char * tb_help_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        ",
"        XX        ",
"                  ",
"                  "};