Mercurial > vim
view pixmaps/tb_cut.xpm @ 21538:6e13105b5d07 v8.2.1319
patch 8.2.1319: status badge for Github CI has wrong link
Commit: https://github.com/vim/vim/commit/ac7bf8c4bfcbb157a2db6b939927bf11edb6ba7b
Author: Bram Moolenaar <Bram@vim.org>
Date: Wed Jul 29 17:43:55 2020 +0200
patch 8.2.1319: status badge for Github CI has wrong link
Problem: Status badge for Github CI has wrong link.
Solution: Rename and use the right link
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Wed, 29 Jul 2020 17:45:04 +0200 |
parents | 3fc0f57ecb91 |
children |
line wrap: on
line source
/* XPM */ static char * tb_cut_xpm[] = { /* width height ncolors cpp [x_hot y_hot] */ "18 18 3 1 0 0", /* colors */ " s none m none c none", ". s iconColor1 m black c #000000", "X s bottomShadowColor m black c #5D6069", /* pixels */ " ", " . .X ", " .X .X ", " . .X ", " .X .X ", " . .X ", " .X.X ", " .X ", " ...X ", " X.X .X ", " ...X ... ", " .XX.X .X . ", " . .X .X .X ", " . .X .X .X ", " ..XX ..X ", " XX XX ", " ", " "};