Mercurial > vim
view pixmaps/tb_undo.xpm @ 8839:9fa567d13551 v7.4.1707
commit https://github.com/vim/vim/commit/0921ecff1c5a74541bad6c073e8ade32247403d8
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Apr 3 22:44:36 2016 +0200
patch 7.4.1707
Problem: Cannot use empty dictionary key, even though it can be useful.
Solution: Allow using an empty dictionary key.
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sun, 03 Apr 2016 22:45:05 +0200 |
parents | 3fc0f57ecb91 |
children |
line wrap: on
line source
/* XPM */ static char * tb_undo_xpm[] = { /* width height ncolors cpp [x_hot y_hot] */ "18 18 4 1 0 0", /* colors */ " s none m none c none", ". s iconColor1 m black c #000000", "X s iconColor2 m none c #FFFFFF", "o s bottomShadowColor m black c #5D6069", /* pixels */ " ", " ", " .. ..... ", " .X..XXXXX.. ", " .XXXXXXXXXX. ", " .XXXX....XX.o ", " .XXXX.ooo.XX. ", " .XXXXX. .XX.o ", " .......o .XX.o ", " o.ooooo .XX.o ", " .X. .XX.o ", " .XX.....XX.oo ", " .XXXXXXXX.o ", " .XXXXX..oo ", " .....ooo ", " ooooo ", " ", " "};