Mercurial > vim
view pixmaps/tb_open.xpm @ 34636:c94ef9458309 v9.1.0204
patch 9.1.0204: Backspace inserts spaces with virtual text and 'smarttab'
Commit: https://github.com/vim/vim/commit/0185c7701434f1fbbf83fecd6384a19c1d2fc44e
Author: zeertzjq <zeertzjq@outlook.com>
Date: Mon Mar 25 16:34:51 2024 +0100
patch 9.1.0204: Backspace inserts spaces with virtual text and 'smarttab'
Problem: Backspace inserts spaces with virtual text and 'smarttab'.
Solution: Ignore virtual text and wrapping when backspacing.
(zeertzjq)
related: neovim/neovim#28005
closes: #14296
Co-authored-by: VanaIgr <vanaigranov@gmail.com>
Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Mon, 25 Mar 2024 16:45:04 +0100 |
parents | 3fc0f57ecb91 |
children |
line wrap: on
line source
/* XPM */ static char * tb_open_xpm[] = { /* width height ncolors cpp [x_hot y_hot] */ "18 18 7 1 0 0", /* colors */ " s none m none c none", ". s iconColor1 m black c #000000", "X s bottomShadowColor m black c #5D6069", "o s iconColor2 m none c #FFFFFF", "O s iconGray1 m none c #dedede", "+ s iconGray5 m black c #737373", "@ s iconGray3 m none c #adadad", /* pixels */ " ", " .........X ", " .oooooo.o.X ", " .oooooo.oo.X ", " .oooooo....X ", " ...ooooooooo... ", " .O.OOOOOOOOo.+. ", ".............O.+.X", ".oooooooooooo..+.X", " .o@@@@@@@@@@+.+.X", " .o@@@@@@@@@@@.+.X", " .o@@@@@@@@@@+..X", " .o@@@@@@@@@@@..X", " .o+++++++++++.X", " ..............X", " XXXXXXXXXXXXX", " ", " "};