Mercurial > vim
view pixmaps/tb_copy.xpm @ 13346:4dbf2a6972e6 v8.0.1547
patch 8.0.1547: undo in the options window makes it empty
commit https://github.com/vim/vim/commit/9c474b277336235012f0c058bbaef2961d1ec83e
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue Feb 27 17:04:25 2018 +0100
patch 8.0.1547: undo in the options window makes it empty
Problem: Undo in the options window makes it empty.
Solution: Set 'undolevels' while filling the buffer. (Yasuhiro Matthew,
closes #2645)
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Tue, 27 Feb 2018 17: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 ", " ", " "};