commit | 042fb4b449bb5d8494698803e766dfd288b458cf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 02 14:49:56 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 02 14:49:56 2019 +0200 |
tree | 10a597d3f5bc0c0ee013ba46117cc1e93878e97a | |
parent | 988c43310a8dcfad9fbacd110b50ba220227d19a [diff] [blame] |
patch 8.1.1449: popup text truncated at end of screen Problem: Popup text truncated at end of screen. Solution: Move popup left if needed. Add the "fixed" property to disable that. (Ben Jackson , closes #4466)
diff --git a/src/version.c b/src/version.c index 83181ab..90c77ea 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1449, +/**/ 1448, /**/ 1447,