0
0
mirror of https://github.com/vim/vim.git synced 2025-10-08 06:04:08 -04:00

patch 9.0.1171: screen is not redrawn after using setcellwidths()

Problem:    Screen is not redrawn after using setcellwidths().
Solution:   Redraw the screen when the cell widths have changed. (Yasuhiro
            Matsumoto, closes #11800)
This commit is contained in:
Yasuhiro Matsumoto
2023-01-10 16:03:08 +00:00
committed by Bram Moolenaar
parent 523f22d577
commit 2bc849ff81
5 changed files with 32 additions and 0 deletions

View File

@@ -695,6 +695,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1171,
/**/
1170,
/**/