commit | 05c4a471d235987b914a9cc3ca44b98c46abd157 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 13 15:15:43 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 13 15:15:43 2018 +0200 |
tree | 1f4d870bd6c4173423a5b40c2c81987799b5bbbb | |
parent | 12365ce49f671a62a1e647df205c9a020828ee1b [diff] [blame] |
patch 8.0.1830: switching to Terminal-Normal mode does not redraw Problem: Switching to Terminal-Normal mode does not redraw. (Dominique Pelle) Solution: Also redraw when not updating the snapshot. (closes #2904)
diff --git a/src/version.c b/src/version.c index 555275b..3a3987c 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1830, +/**/ 1829, /**/ 1828,