view pixmaps/tb_blank.xpm @ 26432:99a512bd8423 v8.2.3747

patch 8.2.3747: cannot remove highlight from an existing sign Commit: https://github.com/vim/vim/commit/0bac5fc5e125b7aa0f3b596c9b7f4381279e6688 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Dec 5 17:45:49 2021 +0000 patch 8.2.3747: cannot remove highlight from an existing sign Problem: Cannot remove highlight from an existing sign. (James McCoy) Solution: Only reject empty argument for a new sign.
author Bram Moolenaar <Bram@vim.org>
date Sun, 05 Dec 2021 19:00:04 +0100
parents 3fc0f57ecb91
children
line wrap: on
line source

/* XPM */
static char * tb_blank_xpm[] = {
/* width height ncolors cpp [x_hot y_hot] */
"18 18 4 1 0 0",
/* colors */
" 	s iconColor1	m black	c #000000",
".	s none	m none	c none",
"X	s topShadowColor	m none	c #DCDEE5",
"o	s bottomShadowColor	m black	c #5D6069",
/* pixels */
"                 .",
" XXXXXXXXXXXXXXX .",
" X.............. o",
" X.............. o",
" X.............. o",
" X.............. o",
" X.............. o",
" X.............. o",
" X.............. o",
" X.............. o",
" X.............. o",
" X.............. o",
" X.............. o",
" X.............. o",
" X.............. o",
" X.............. o",
"                 o",
"..oooooooooooooooo"};