view runtime/vim16x16.xpm @ 28984:b3828315a0d9 v8.2.5014

patch 8.2.5014: byte offsets are wrong when using text properties Commit: https://github.com/vim/vim/commit/4c3d21acaa09d929e6afe10288babe1d0af3de35 Author: Paul Ollis <paul@cleversheep.org> Date: Tue May 24 21:26:37 2022 +0100 patch 8.2.5014: byte offsets are wrong when using text properties Problem: Byte offsets are wrong when using text properties. Solution: Make sure text properties do not affect the byte counts. (Paul Ollis, closes #10474)
author Bram Moolenaar <Bram@vim.org>
date Tue, 24 May 2022 22:30:02 +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",
"  .....#. ....  ",
" .&&&&&.@.&&&&. ",
" .%%%%%$..%%%%$.",
"  .%%%$.@.&%%$. ",
"  .%%%$..&%%$.  ",
"  .%%%$.&%%$..  ",
" #.%%%$&%%$.@@. ",
"#@.%%%&%%$.@@@@.",
".@.%%%%%..@@@@+ ",
" ..%%%%.%...@.  ",
"  .%%%%...%%.%. ",
"  .%%%.%%.%%%%%.",
"  .%%$..%.%.%.%.",
"  .%$.@.%.%.%.%.",
"   .. .%%.%.%.%.",
"       .. . . . "};