commit | 02e15072be08ef4ae03d673fc95ed6234e749e1c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 03 22:53:30 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 03 22:53:30 2019 +0200 |
tree | 7671365ce8736c59a23365bfd4be5ebe3d0a4508 | |
parent | 3f6aeba18b3e29da98ab9326e66d287a997d98d1 [diff] [blame] |
patch 8.1.1460: popup window border characters may be wrong Problem: Popup window border characters may be wrong. Solution: Reset the border characters for each popup. Correct use of 'ambiwidth'.
diff --git a/src/version.c b/src/version.c index accea72..eeaa5ef 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1460, +/**/ 1459, /**/ 1458,