commit | 414acd342f4a66d930da34d419929985b48bd301 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Feb 10 21:09:45 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Feb 10 21:09:45 2022 +0000 |
tree | d1cdba27388b535b921f483b960142dff7eed815 | |
parent | 949b35d83b69a7eab7b280b5af6940da9aedad43 [diff] [blame] |
patch 8.2.4341: command line not redrawn when finishing popup menu Problem: Command line not redrawn when finishing popup menu and the screen has scrolled up. Solution: Redraw the command line after updating the screen. (closes #9722)
diff --git a/src/version.c b/src/version.c index 42e6a4c..d78e2d1 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4341, +/**/ 4340, /**/ 4339,