view pixmaps/tb_help.xpm @ 36451:5006b62d5072 draft v9.1.0832

patch 9.1.0832: :set doesn't work for 'cot' and 'bkc' after :setlocal Commit: https://github.com/vim/vim/commit/46dcd84d242db6b053cb5b777c896cede9ad9b27 Author: zeertzjq <zeertzjq@outlook.com> Date: Sun Nov 3 09:10:50 2024 +0100 patch 9.1.0832: :set doesn't work for 'cot' and 'bkc' after :setlocal Problem: :set doesn't work for 'cot' and 'bkc' after :setlocal. Solution: clear the local flags when using :set (zeertzjq). closes: #15981 Signed-off-by: zeertzjq <zeertzjq@outlook.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sun, 03 Nov 2024 09:15:09 +0100
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        ",
"                  ",
"                  "};