view runtime/vim16x16.xpm @ 16584:29a0a549c790 v8.1.1295

patch 8.1.1295: when vimrun.exe does not exist external command may fail commit https://github.com/vim/vim/commit/98ffe4c6d8bded840436cfec0f26dd9c9bce4939 Author: Bram Moolenaar <Bram@vim.org> Date: Tue May 7 23:01:39 2019 +0200 patch 8.1.1295: when vimrun.exe does not exist external command may fail Problem: When vimrun.exe does not exist external command may fail. Solution: Use "cmd /c" twice to get the same behavior. (Ken Takata, closes #4355)
author Bram Moolenaar <Bram@vim.org>
date Tue, 07 May 2019 23:15:05 +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",
"  .....#. ....  ",
" .&&&&&.@.&&&&. ",
" .%%%%%$..%%%%$.",
"  .%%%$.@.&%%$. ",
"  .%%%$..&%%$.  ",
"  .%%%$.&%%$..  ",
" #.%%%$&%%$.@@. ",
"#@.%%%&%%$.@@@@.",
".@.%%%%%..@@@@+ ",
" ..%%%%.%...@.  ",
"  .%%%%...%%.%. ",
"  .%%%.%%.%%%%%.",
"  .%%$..%.%.%.%.",
"  .%$.@.%.%.%.%.",
"   .. .%%.%.%.%.",
"       .. . . . "};