commit | 2bc849ff811059d25310399f982c6706faa7eb35 | [log] [tgz] |
---|---|---|
author | Yasuhiro Matsumoto <mattn.jp@gmail.com> | Tue Jan 10 16:03:08 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 10 16:03:08 2023 +0000 |
tree | 1568860af18584b319a18c426162e52751b680d2 | |
parent | 523f22d57794a73495aa49f667d7f90cc9c8b5c6 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index b3efaab..da397ee 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1171, +/**/ 1170, /**/ 1169,