view pixmaps/tb_help.xpm @ 33476:6e6ca404b6f9

runtime(netrw): Update `.netrwbook` immediately on bookmark change (#13276) Commit: https://github.com/vim/vim/commit/f449825ae23865437a74ea4140fd32780c02ce43 Author: KSR-Yasuda <31273423+KSR-Yasuda@users.noreply.github.com> Date: Fri Oct 6 03:34:17 2023 +0900 runtime(netrw): Update `.netrwbook` immediately on bookmark change (https://github.com/vim/vim/issues/13276) closes: https://github.com/vim/vim/issues/9738 Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Thu, 05 Oct 2023 20:45:04 +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        ",
"                  ",
"                  "};