Mercurial > vim
view pixmaps/tb_find_help.xpm @ 18870:1895dd434ecf v8.1.2421
patch 8.1.2421: test88 is old style
Commit: https://github.com/vim/vim/commit/213ed008bbcd9fe0d3329b17f5f4af0169e448ff
Author: Bram Moolenaar <Bram@vim.org>
Date: Wed Dec 11 20:12:26 2019 +0100
patch 8.1.2421: test88 is old style
Problem: Test88 is old style.
Solution: Turn into a new style test. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/5347)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Wed, 11 Dec 2019 20:15:04 +0100 |
parents | 3fc0f57ecb91 |
children |
line wrap: on
line source
/* XPM */ static char * tb_find_help_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 bottomShadowColor m black c #5D6069", "o s iconGray2 m none c #bdbdbd", "O s iconColor2 m none c #FFFFFF", /* pixels */ " ", " ", " .....X ", " .. X..X ", " ..X ... ", " ..X .... ", " X.. .oOOo. ", " .oooOoo. ", " .OOOOoO. ", " ..oOOooo. ", " ...oOOo.X ", " ....X.. ", " ..X ... ", " ..X .. ", " ..X ", " XX ", " ", " "};