Mercurial > vim
view pixmaps/tb_vsplit.xpm @ 11154:0895f142cac3 v8.0.0464
patch 8.0.0464: can't find executable name on Solaris and FreeBSD
commit https://github.com/vim/vim/commit/f3757f0c87bbd52c7989c85dcbd21511bffcbdd6
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Mar 16 15:13:45 2017 +0100
patch 8.0.0464: can't find executable name on Solaris and FreeBSD
Problem: Can't find executable name on Solaris and FreeBSD.
Solution: Check for "/proc/self/path/a.out". (Danek Duvall) And for
"/proc/curproc/file".
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Thu, 16 Mar 2017 15:15:05 +0100 |
parents | 3fc0f57ecb91 |
children |
line wrap: on
line source
/* XPM */ static char * tb_vsplit_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 */ " ", " .XXXXXXXXXXXXXX ", " .X....oXO....oX ", " .X..o.oXO..o.oXO ", " .X.oo.oXO.oo.oXO ", " .X....oXO....oXO ", " .X....oXO....oXO ", " .X....oXO....oXO ", " .X....oXO....oXO ", " .X....oXO....oXO ", " .X....oXO....oXO ", " .X....oXO....oXO ", " .X....oXO....oXO ", " .X....oXO....oXO ", " .XoooooXooooooXO ", " .XXXXXXXXXXXXXXO ", " OOOOOOOOOOOOO ", " "};