commit | ca2f7037c1a53bdbb6f5dc0a2f92d50020e062cc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 02 15:56:15 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 02 15:56:15 2019 +0200 |
tree | 7a2f0baed71ab153a3a729154ebb5ea77c76f656 | |
parent | 399d898ac1e6e587088b5bdd6e36eca4998bc1eb [diff] [blame] |
patch 8.1.1451: CTRL-L does not clear screen with a popup window Problem: CTRL-L does not clear screen with a popup window. Solution: Do not change the type to NOT_VALID. Redraw all windows. (closes #4471)
diff --git a/src/version.c b/src/version.c index 6417e41..6e04c07 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1451, +/**/ 1450, /**/ 1449,