commit | f1b4622366d96c12ff4e01f21358467b4026e016 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Oct 21 14:15:17 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Oct 21 14:15:17 2014 +0200 |
tree | c0caec7a1308d784435b2a7c290f703dfc29e9d1 | |
parent | 861d80a671747e6535c83356bcffcf80a72f543b [diff] [blame] |
updated for version 7.4.482 Problem: When 'balloonexpr' results in a list, the text has a trailing newline. (Lcd) Solution: Remove one trailing newline.
diff --git a/src/version.c b/src/version.c index 7923a4d..7540f8d 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 482, +/**/ 481, /**/ 480,