commit | 5e5a98d7de41457fabad4eb5af3d54cc93f05d0a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Dec 15 14:55:33 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Dec 15 14:55:33 2019 +0100 |
tree | ef4b1f570cf5db8ac883a41dff2f9b49609fc4e1 | |
parent | f9cb05c14753d984f002c0c090688f8510147e6b [diff] [blame] |
patch 8.2.0011: screen updating wrong when opeing preview window Problem: Screen updating wrong when opeing preview window. Solution: Redraw the window when the preview window opens.
diff --git a/src/version.c b/src/version.c index eb031ab..c4c583a 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 11, +/**/ 10, /**/ 9,