view pixmaps/tb_split.xpm @ 11806:1c1cb1e9b7b3 v8.0.0785

patch 8.0.0785: wildcards are not expanded for :terminal commit https://github.com/vim/vim/commit/67883b4909d0e9d4c024beb18f02750c6f7e3069 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jul 27 22:57:00 2017 +0200 patch 8.0.0785: wildcards are not expanded for :terminal Problem: Wildcards are not expanded for :terminal. Solution: Add FILES to the command flags. (Yasuhiro Matsumoto, closes https://github.com/vim/vim/issues/1883) Also complete commands.
author Christian Brabandt <cb@256bit.org>
date Thu, 27 Jul 2017 23:00:05 +0200
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   ",
"                  "};