Mercurial > vim
view pixmaps/tb_save_all.xpm @ 12046:278aabefc7f9 v8.0.0903
patch 8.0.0903: early return from test function
commit https://github.com/vim/vim/commit/cf8d840ce9140931bfbdc97961dad9278ee5f96c
Author: Bram Moolenaar <Bram@vim.org>
Date: Fri Aug 11 20:20:27 2017 +0200
patch 8.0.0903: early return from test function
Problem: Early return from test function.
Solution: Remove the return.
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Fri, 11 Aug 2017 20:30:04 +0200 |
parents | 3fc0f57ecb91 |
children |
line wrap: on
line source
/* XPM */ static char * tb_save_all_xpm[] = { /* width height ncolors cpp [x_hot y_hot] */ "18 18 5 1 0 0", /* colors */ " s iconColor1 m black c #000000", ". s none m none c none", "X s iconGray2 m none c #bdbdbd", "o s iconColor2 m none c #FFFFFF", "O s bottomShadowColor m black c #5D6069", /* pixels */ " ....", " X oooooooo o ....", " X oooooooo O...", " X .", " X X oooooooo o .", " X X oooooooo O", " X X oooooooo X O", " XX X oooooooo X O", " XX X oooooooo X O", " XX X oooooooo X O", " XX XX XX O", " XX XXXXXXXXXXXX O", " XX XX X O", ". XX oo X O", "..O XX oo X O", "... XX oo X O", ".... O", ".....OOOOOOOOOOOO."};