commit | d1c1c823892d0713065934256f48e7f4e6609f99 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Nov 09 16:59:14 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 09 16:59:14 2019 +0100 |
tree | 0c6baeb8e24ca82ab521e7f111d2bc7de80a84e8 | |
parent | 4dd8fe0b4f49ec267640fb457672452825b11df0 [diff] [blame] |
patch 8.1.2274: newlines in 'balloonexpr' result only work in the GUI Problem: Newlines in 'balloonexpr' result only work in the GUI. Solution: Also recognize newlines in the terminal. (closes #5193)
diff --git a/src/version.c b/src/version.c index 6b6d661..b6bbf98 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2274, +/**/ 2273, /**/ 2272,