Mercurial > vim
view pixmaps/tb_save.xpm @ 24208:7a21b2581dce v8.2.2645
patch 8.2.2645: using inline function is not properly tested
Commit: https://github.com/vim/vim/commit/49f1e9ec3e7f4e1b3572367d02a83c2b6ebbed97
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Mar 22 20:49:02 2021 +0100
patch 8.2.2645: using inline function is not properly tested
Problem: Using inline function is not properly tested.
Solution: Add test cases, esp. for errors. Minor code improvements.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Mon, 22 Mar 2021 21:00:03 +0100 |
parents | 3fc0f57ecb91 |
children |
line wrap: on
line source
/* XPM */ static char * tb_save_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 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.oooooooo.X.O ", " .X.oooooooo.X.O ", " .X.oooooooo.X.O ", " .X.oooooooo.X.O ", " .XX........XX.O ", " .XXXXXXXXXXXX.O ", " .XX.........X.O ", " .XX......oo.X.O ", " .XX......oo.X.O ", " .XX......oo.X.O ", " .............O ", " OOOOOOOOOOOOO ", " ", " "};