Mercurial > vim
view pixmaps/tb_cut.xpm @ 12706:9b882316aa63 v8.0.1231
patch 8.0.1231: expanding file name drops dash
commit https://github.com/vim/vim/commit/c312b8b87a589ed8452dbf0f555f05ff86d04692
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Oct 28 17:53:04 2017 +0200
patch 8.0.1231: expanding file name drops dash
Problem: Expanding file name drops dash. (stucki)
Solution: Use the right position. (Christian Brabandt, closes https://github.com/vim/vim/issues/2184)
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sat, 28 Oct 2017 18:00:05 +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 ", " ", " "};