Mercurial > vim
view pixmaps/tb_undo.xpm @ 34024:5491229840a3
runtime(elixir): fix indentation (#13771)
Commit: https://github.com/vim/vim/commit/7e27411007378e005339ef37503697ae7e183da1
Author: George Guimar?es <george.guimaraes@gmail.com>
Date: Wed Dec 27 15:06:05 2023 -0300
runtime(elixir): fix indentation (https://github.com/vim/vim/issues/13771)
Signed-off-by: George Guimar?es <george.guimaraes@gmail.com>
Signed-off-by: Mitchell Hanberg <mitch@mitchellhanberg.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Wed, 27 Dec 2023 19:15:05 +0100 |
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 ", " ", " "};