Mercurial > vim
view pixmaps/tb_split.xpm @ 15414:d7432dcb6b7c v8.1.0715
patch 8.1.0715: superfluous call to redraw_win_later()
commit https://github.com/vim/vim/commit/6f7e555f7440df148350468ad8bc6d559d676d7c
Author: Bram Moolenaar <Bram@vim.org>
Date: Fri Jan 11 11:55:16 2019 +0100
patch 8.1.0715: superfluous call to redraw_win_later()
Problem: Superfluous call to redraw_win_later().
Solution: Remove the call.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Fri, 11 Jan 2019 12:00:10 +0100 |
parents | 3fc0f57ecb91 |
children |
line wrap: on
line source
/* XPM */ static char * tb_split_xpm[] = { /* width height ncolors cpp [x_hot y_hot] */ "18 18 5 1 0 0", /* colors */ " s none m none c none", ". s topShadowColor m none c #DCDEE5", "X s iconColor1 m black c #000000", "o s iconColor2 m none c #FFFFFF", "O s bottomShadowColor m black c #5D6069", /* pixels */ " ", " .XXXXXXXXXXX ", " .X........oX ", " .X..o.....oXO ", " .X.oo.....oXO ", " .X........oXO ", " .X........oXO ", " .XoooooooooXO ", " .XXXXXXXXXXXO ", " .XOOOOOOOOoXO ", " .X..o.....oXO ", " .X.oo.....oXO ", " .X........oXO ", " .X........oXO ", " .XoooooooooXO ", " .XXXXXXXXXXXO ", " OOOOOOOOOO ", " "};