view pixmaps/tb_find.xpm @ 23727:7d0959080545 v8.2.2405

patch 8.2.2405: Vim9: no need to allow white space before "(" for :def Commit: https://github.com/vim/vim/commit/4efd9948291801bffebf36b4a9910d08ff981987 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 24 21:14:20 2021 +0100 patch 8.2.2405: Vim9: no need to allow white space before "(" for :def Problem: Vim9: no need to allow white space before "(" for :def. Solution: Give an error for stray white space. (issue https://github.com/vim/vim/issues/7734)
author Bram Moolenaar <Bram@vim.org>
date Sun, 24 Jan 2021 21:15:03 +0100
parents 3fc0f57ecb91
children
line wrap: on
line source

/* XPM */
static char * tb_find_xpm[] = {
/* width height ncolors cpp [x_hot y_hot] */
"18 18 5 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 iconGray2	m none	c #bdbdbd",
"+	s bottomShadowColor	m black	c #5D6069",
/* pixels */
"                  ",
" .........        ",
" .XXXXXXX..       ",
" .XXXXXXX.O.      ",
" .XXXXXXX....     ",
" .XXXXXXXXXX.     ",
" .XXXXXXX....     ",
" .XXXXXX.OOOO.    ",
" .XXXXX.OXXOOO.   ",
" .XXXXX.OXOOOO.   ",
" .XXXXX.OOOOOO.   ",
" .XXXXX.OOOXOO.   ",
" .XXXXXX.OOOO.+   ",
" .XXXXXXX....+..  ",
" .XXXXXXXXXX.+... ",
" ............+ .. ",
"    ++++++++++    ",
"                  "};