summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2014-10-21 14:15:17 +0200
committerBram Moolenaar <Bram@vim.org>2014-10-21 14:15:17 +0200
commitf1b4622366d96c12ff4e01f21358467b4026e016 (patch)
treec0caec7a1308d784435b2a7c290f703dfc29e9d1 /src/version.c
parent861d80a671747e6535c83356bcffcf80a72f543b (diff)
downloadvim-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.c2
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,