diff src/version.c @ 6297:488bb7c4ace0 v7.4.482

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.
author Bram Moolenaar <bram@vim.org>
date Tue, 21 Oct 2014 14:15:17 +0200
parents 15e88e3750e3
children 3eb160c5b3a1
line wrap: on
line diff
--- 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,