commit | 8edf0e31323a4293524f51f2960f4f3064309526 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jul 30 21:19:26 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 30 21:19:26 2019 +0200 |
tree | 7bca50e2027acd0a2728cb2bece5a5703d6d78be | |
parent | 8c8b88d0ccb7204bb829669885c2e886b7f483bf [diff] [blame] |
patch 8.1.1779: not showing the popup window right border is confusing Problem: Not showing the popup window right border is confusing. Solution: Also show the border when 'wrap' is off. (closes #4747)
diff --git a/src/version.c b/src/version.c index 4ae1905..463456b 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1779, +/**/ 1778, /**/ 1777,