view runtime/vim16x16.xpm @ 32222:44ba07fe943e v9.0.1442

patch 9.0.1442: mapset() does not restore non-script context Commit: https://github.com/vim/vim/commit/bfc7cbd1d44e53e844a079d8ad16ae990dad664d Author: zeertzjq <zeertzjq@outlook.com> Date: Fri Apr 7 22:09:46 2023 +0100 patch 9.0.1442: mapset() does not restore non-script context Problem: mapset() does not restore non-script context. Solution: Also accept negative sid. (closes https://github.com/vim/vim/issues/12132)
author Bram Moolenaar <Bram@vim.org>
date Fri, 07 Apr 2023 23:15:04 +0200
parents 3fc0f57ecb91
children 8f04cf65ecff
line wrap: on
line source

/* XPM */
static char * vim16x16[] = {
"16 16 8 1",
" 	c None",
".	c #000000",
"+	c #000080",
"@	c #008000",
"#	c #00FF00",
"$	c #808080",
"%	c #C0C0C0",
"&	c #FFFFFF",
"  .....#. ....  ",
" .&&&&&.@.&&&&. ",
" .%%%%%$..%%%%$.",
"  .%%%$.@.&%%$. ",
"  .%%%$..&%%$.  ",
"  .%%%$.&%%$..  ",
" #.%%%$&%%$.@@. ",
"#@.%%%&%%$.@@@@.",
".@.%%%%%..@@@@+ ",
" ..%%%%.%...@.  ",
"  .%%%%...%%.%. ",
"  .%%%.%%.%%%%%.",
"  .%%$..%.%.%.%.",
"  .%$.@.%.%.%.%.",
"   .. .%%.%.%.%.",
"       .. . . . "};