view pixmaps/tb_copy.xpm @ 21160:1a393685e7ce v8.2.1131

patch 8.2.1131: Vim9: error message for returning a value is not clear Commit: https://github.com/vim/vim/commit/05a5551a86e013e35d1dfa10fd0d811c587f9c88 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 5 15:52:19 2020 +0200 patch 8.2.1131: Vim9: error message for returning a value is not clear Problem: Vim9: error message for returning a value in a function that does not return anything is not clear. Solution: Add a specific message.
author Bram Moolenaar <Bram@vim.org>
date Sun, 05 Jul 2020 16:00:04 +0200
parents 3fc0f57ecb91
children
line wrap: on
line source

/* XPM */
static char * tb_copy_xpm[] = {
/* width height ncolors cpp [x_hot y_hot] */
"18 18 4 1 0 0",
/* colors */
" 	s none	m none	c none",
".	s iconColor1	m black	c #000000",
"X	s iconColor2	m none	c #FFFFFF",
"o	s bottomShadowColor	m black	c #5D6069",
/* pixels */
"                  ",
"                  ",
" ..........       ",
" .XXXXXXXX.o      ",
" .X.............  ",
" .XXXX.XXXXXXXX.  ",
" .X....X......X.o ",
" .XXXX.XXXXXXXX.o ",
" .X....X......X.o ",
" .XXXX.XXXXXXXX.o ",
" .X..X.X......X.o ",
" .XXXX.XXXXXXXX.o ",
" ......X..XXXXX.o ",
"  oooo.XXXXXXXX.o ",
"      ..........o ",
"        ooooooooo ",
"                  ",
"                  "};