Mercurial > vim
view pixmaps/tb_shell.xpm @ 13618:ea4f2a8040b4 v8.0.1681
patch 8.0.1681: the format attribute fails with MinGW
commit https://github.com/vim/vim/commit/e80757c1545286240d687e9a303cf8eeb3f9a6de
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue Apr 10 12:42:44 2018 +0200
patch 8.0.1681: the format attribute fails with MinGW
Problem: The format attribute fails with MinGW. (John Marriott)
Solution: Don't use the format attribute with MinGW.
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Tue, 10 Apr 2018 12:45:06 +0200 |
parents | 3fc0f57ecb91 |
children |
line wrap: on
line source
/* XPM */ static char * tb_shell_xpm[] = { /* width height ncolors cpp [x_hot y_hot] */ "18 18 6 1 0 0", /* colors */ " s none m none c none", ". s iconColor1 m black c #000000", "X s iconGray6 m black c #636363", "o s iconGray2 m none c #bdbdbd", "O s iconColor2 m none c #FFFFFF", "+ s bottomShadowColor m black c #5D6069", /* pixels */ " ", " ... ... ", " .XoXXXoX. ", " .oOoX.XoOo. ", " .XoOoXoOoX. ", " .Xoooo.ooooX. ", " .Xo.XOoXoOX.oX. ", " .oooXOo.oOXooo. ", " .oOo.XOXOX.oOo.+ ", " .XoOo.o.o.oOoX.+ ", " .XooXoooXoOX.+ ", " .XoooOoooX.+ ", " .ooOOOoo.+ ", " ..XoooX..+ ", " .XoooooooX.+ ", " ...........+ ", " ++++++++++ ", " "};