view runtime/vim16x16.xpm @ 17672:d63b44015f4d v8.1.1833

patch 8.1.1833: allocating a bit too much when there is no bad word. commit https://github.com/vim/vim/commit/0c779e8e4831c538918ae835ce3365af028e36ea Author: Bram Moolenaar <Bram@vim.org> Date: Fri Aug 9 17:01:02 2019 +0200 patch 8.1.1833: allocating a bit too much when there is no bad word. Problem: Allocating a bit too much when spellbadword() does not find a bad word. Solution: Reset "len" when going to the next word. (Daniel Hahler, closes #4788)
author Bram Moolenaar <Bram@vim.org>
date Fri, 09 Aug 2019 17:15:07 +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",
"  .....#. ....  ",
" .&&&&&.@.&&&&. ",
" .%%%%%$..%%%%$.",
"  .%%%$.@.&%%$. ",
"  .%%%$..&%%$.  ",
"  .%%%$.&%%$..  ",
" #.%%%$&%%$.@@. ",
"#@.%%%&%%$.@@@@.",
".@.%%%%%..@@@@+ ",
" ..%%%%.%...@.  ",
"  .%%%%...%%.%. ",
"  .%%%.%%.%%%%%.",
"  .%%$..%.%.%.%.",
"  .%$.@.%.%.%.%.",
"   .. .%%.%.%.%.",
"       .. . . . "};