Mercurial > vim
view pixmaps/tb_help.xpm @ 26978:aa613a3084b9 v8.2.4018
patch 8.2.4018: ml_get error when win_execute redraws with Visual selection
Commit: https://github.com/vim/vim/commit/18f4740f043b353abe47b7a00131317052457686
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Jan 6 13:24:51 2022 +0000
patch 8.2.4018: ml_get error when win_execute redraws with Visual selection
Problem: ml_get error when win_execute redraws with Visual selection.
Solution: Disable Visual area temporarily. (closes https://github.com/vim/vim/issues/9479)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Thu, 06 Jan 2022 14:30:05 +0100 |
parents | 3fc0f57ecb91 |
children |
line wrap: on
line source
/* XPM */ static char * tb_help_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 ", " XX ", " ", " "};