diff src/version.c @ 6441:7cda721eadb0 v7.4.550

updated for version 7.4.550 Problem: curs_rows() function is always called with the second argument false. Solution: Remove the argument. (Christian Brabandt) validate_botline_win() can then also be removed.
author Bram Moolenaar <bram@vim.org>
date Sat, 13 Dec 2014 21:09:57 +0100
parents 1fd9f1d43660
children eb0fb921e197
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 */
 /**/
+    550,
+/**/
     549,
 /**/
     548,