view runtime/vim16x16.xpm @ 24436:ccdd5e9a3763 v8.2.2758

patch 8.2.2758: Vim9: wrong line number for autoload function with wrong name Commit: https://github.com/vim/vim/commit/f48b2fa33cda94e963f6fa8b78f344385c9ebea6 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Apr 12 22:02:36 2021 +0200 patch 8.2.2758: Vim9: wrong line number for autoload function with wrong name Problem: Vim9: wrong line number for autoload function with wrong name. Solution: Set and restore SOURCING_LNUM. (closes https://github.com/vim/vim/issues/8100)
author Bram Moolenaar <Bram@vim.org>
date Mon, 12 Apr 2021 22:15:03 +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",
"  .....#. ....  ",
" .&&&&&.@.&&&&. ",
" .%%%%%$..%%%%$.",
"  .%%%$.@.&%%$. ",
"  .%%%$..&%%$.  ",
"  .%%%$.&%%$..  ",
" #.%%%$&%%$.@@. ",
"#@.%%%&%%$.@@@@.",
".@.%%%%%..@@@@+ ",
" ..%%%%.%...@.  ",
"  .%%%%...%%.%. ",
"  .%%%.%%.%%%%%.",
"  .%%$..%.%.%.%.",
"  .%$.@.%.%.%.%.",
"   .. .%%.%.%.%.",
"       .. . . . "};