commit | 246fe03d154c09070d5b7365b7f61716c4e0ddd4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Nov 19 19:56:27 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Nov 19 19:56:27 2017 +0100 |
tree | 1d0ad5929d17f1af24ac22817bd9fe6c0d5d84f2 | |
parent | e518226713784e628ae7ee077f1b66cb12b9ffd9 [diff] [blame] |
patch 8.0.1318: terminal balloon only shows one line Problem: Terminal balloon only shows one line. Solution: Split into several lines in a clever way. Add balloon_split(). Make balloon_show() accept a list in the terminal.
diff --git a/src/version.c b/src/version.c index 7e03c4b..9896a77 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1318, +/**/ 1317, /**/ 1316,