commit | 7cf5839287de6f65c981a876d8a1c7e6f8d2494b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 09 20:19:40 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 09 20:19:40 2022 +0100 |
tree | 932dbdd7a9f61a8e70cbec1fb96d452c92818d3c | |
parent | 375141e1f80dced9be738568a3418f65813f4a2f [diff] [blame] |
patch 9.0.0431: current mode shows in message window Problem: Current mode shows in message window. Solution: Reset in_echowindow before redrawing. (issue #11094)
diff --git a/src/version.c b/src/version.c index 3b02a3b..eb979bc 100644 --- a/src/version.c +++ b/src/version.c
@@ -704,6 +704,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 431, +/**/ 430, /**/ 429,