diff options
author | Bram Moolenaar <Bram@vim.org> | 2014-10-21 14:15:17 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2014-10-21 14:15:17 +0200 |
commit | f1b4622366d96c12ff4e01f21358467b4026e016 (patch) | |
tree | c0caec7a1308d784435b2a7c290f703dfc29e9d1 /src/version.c | |
parent | 861d80a671747e6535c83356bcffcf80a72f543b (diff) | |
download | vim-f1b4622366d96c12ff4e01f21358467b4026e016.zip |
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.
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 7923a4d93..7540f8ddc 100644 --- a/src/version.c +++ b/src/version.c @@ -742,6 +742,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 482, +/**/ 481, /**/ 480, |