view pixmaps/tb_blank.xpm @ 26364:baf0d27eb024 v8.2.3713

patch 8.2.3713: MS-Windows: no error if vimgrep pattern is not matching Commit: https://github.com/vim/vim/commit/0b226f60be5c30c32fb01fc0b6dc11286e7e2313 Author: Christian Brabandt <cb@256bit.org> Date: Wed Dec 1 10:54:24 2021 +0000 patch 8.2.3713: MS-Windows: no error if vimgrep pattern is not matching Problem: MS-Windows: No error message if vimgrep pattern is not matching. Solution: Give an error message. (Christian Brabandt, closes https://github.com/vim/vim/issues/9245, closes #8762)
author Bram Moolenaar <Bram@vim.org>
date Wed, 01 Dec 2021 12:00:05 +0100
parents 3fc0f57ecb91
children
line wrap: on
line source

/* XPM */
static char * tb_blank_xpm[] = {
/* width height ncolors cpp [x_hot y_hot] */
"18 18 4 1 0 0",
/* colors */
" 	s iconColor1	m black	c #000000",
".	s none	m none	c none",
"X	s topShadowColor	m none	c #DCDEE5",
"o	s bottomShadowColor	m black	c #5D6069",
/* pixels */
"                 .",
" XXXXXXXXXXXXXXX .",
" X.............. o",
" X.............. o",
" X.............. o",
" X.............. o",
" X.............. o",
" X.............. o",
" X.............. o",
" X.............. o",
" X.............. o",
" X.............. o",
" X.............. o",
" X.............. o",
" X.............. o",
" X.............. o",
"                 o",
"..oooooooooooooooo"};