view runtime/vim16x16.xpm @ 22180:786ca9e1dc9a v8.2.1639

patch 8.2.1639: options window cannot be translated Commit: https://github.com/vim/vim/commit/64075b0ab18449132ed01a07874fe1d1f3f356d4 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Sep 9 12:56:30 2020 +0200 patch 8.2.1639: options window cannot be translated Problem: Options window cannot be translated. Solution: Get the translation for "local to" texts once and use them in many places. Fix that 'whichwrap' is not a local option. (issue #6800)
author Bram Moolenaar <Bram@vim.org>
date Wed, 09 Sep 2020 13:00: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",
"  .....#. ....  ",
" .&&&&&.@.&&&&. ",
" .%%%%%$..%%%%$.",
"  .%%%$.@.&%%$. ",
"  .%%%$..&%%$.  ",
"  .%%%$.&%%$..  ",
" #.%%%$&%%$.@@. ",
"#@.%%%&%%$.@@@@.",
".@.%%%%%..@@@@+ ",
" ..%%%%.%...@.  ",
"  .%%%%...%%.%. ",
"  .%%%.%%.%%%%%.",
"  .%%$..%.%.%.%.",
"  .%$.@.%.%.%.%.",
"   .. .%%.%.%.%.",
"       .. . . . "};