commit | 1714696600f2859f897f4ffb33cedb5de09eded3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu May 30 00:12:11 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 30 00:12:11 2019 +0200 |
tree | cd4985f53968b61908af690ec981fd5b853538b6 | |
parent | 88c4e1f06905983870175a473683e81312d14c64 [diff] [blame] |
patch 8.1.1421: drawing "~" line in popup window Problem: Drawing "~" line in popup window. Solution: Just draw text in the last line of the popup window.
diff --git a/src/version.c b/src/version.c index 00eaacb..ca48793 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1421, +/**/ 1420, /**/ 1419,