view runtime/vim16x16.xpm @ 15997:725255793949 v8.1.1004

patch 8.1.1004: function "luaV_setref()" not covered with tests commit https://github.com/vim/vim/commit/e165f63598b58bfdac0168583aa1ef75fbf7be6d Author: Bram Moolenaar <Bram@vim.org> Date: Sun Mar 10 09:48:59 2019 +0100 patch 8.1.1004: function "luaV_setref()" not covered with tests Problem: Function "luaV_setref()" not covered with tests. Solution: Add a test. (Dominique Pelle, closes https://github.com/vim/vim/issues/4089)
author Bram Moolenaar <Bram@vim.org>
date Sun, 10 Mar 2019 10:00:13 +0100
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",
"  .....#. ....  ",
" .&&&&&.@.&&&&. ",
" .%%%%%$..%%%%$.",
"  .%%%$.@.&%%$. ",
"  .%%%$..&%%$.  ",
"  .%%%$.&%%$..  ",
" #.%%%$&%%$.@@. ",
"#@.%%%&%%$.@@@@.",
".@.%%%%%..@@@@+ ",
" ..%%%%.%...@.  ",
"  .%%%%...%%.%. ",
"  .%%%.%%.%%%%%.",
"  .%%$..%.%.%.%.",
"  .%$.@.%.%.%.%.",
"   .. .%%.%.%.%.",
"       .. . . . "};