commit | 19a3d68b2cd4beb1ee1d97a84ad4e860ffe0cbb2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Oct 02 21:54:59 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Oct 02 21:54:59 2017 +0200 |
tree | 53564f0258e9d3256ae5f1f953fcc781f34a78f8 | |
parent | 2a6a6c3014e728cd01c750b0f60484d4eaf22a8c [diff] [blame] |
patch 8.0.1173: terminal window is not redrawn after CTRL-L Problem: Terminal window is not redrawn after CTRL-L. (Marcin Szamotulski) Solution: Redraw the whole terminal when w_redr_type is NOT_VALID.
diff --git a/src/version.c b/src/version.c index 6e3f90a..ab0d57d 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1173, +/**/ 1172, /**/ 1171,