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/mbyte.c b/src/mbyte.c index aa2b177..1570cef 100644 --- a/src/mbyte.c +++ b/src/mbyte.c
@@ -5742,6 +5742,7 @@ } vim_free(cw_table_save); + redraw_all_later(UPD_CLEAR); } void