Mercurial > vim
view pixmaps/tb_copy.xpm @ 13282:8db0345053b9 v8.0.1515
patch 8.0.1515: BufWinEnter event fired when opening hidden terminal
commit https://github.com/vim/vim/commit/ab5e7c3deb40328e1c7d40534ed8cd9da47a92f8
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue Feb 13 14:07:18 2018 +0100
patch 8.0.1515: BufWinEnter event fired when opening hidden terminal
Problem: BufWinEnter event fired when opening hidden terminal.
Solution: Do not fire BufWinEnter when the terminal is midden and does not
open a window. (Kenta Sato, closes #2636)
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Tue, 13 Feb 2018 14:15:06 +0100 |
parents | 3fc0f57ecb91 |
children |
line wrap: on
line source
/* XPM */ static char * tb_copy_xpm[] = { /* width height ncolors cpp [x_hot y_hot] */ "18 18 4 1 0 0", /* colors */ " s none m none c none", ". s iconColor1 m black c #000000", "X s iconColor2 m none c #FFFFFF", "o s bottomShadowColor m black c #5D6069", /* pixels */ " ", " ", " .......... ", " .XXXXXXXX.o ", " .X............. ", " .XXXX.XXXXXXXX. ", " .X....X......X.o ", " .XXXX.XXXXXXXX.o ", " .X....X......X.o ", " .XXXX.XXXXXXXX.o ", " .X..X.X......X.o ", " .XXXX.XXXXXXXX.o ", " ......X..XXXXX.o ", " oooo.XXXXXXXX.o ", " ..........o ", " ooooooooo ", " ", " "};