comparison 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
comparison
equal deleted inserted replaced
6440:750a6986aa86 6441:7cda721eadb0
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 550,
744 /**/ 746 /**/
745 549, 747 549,
746 /**/ 748 /**/
747 548, 749 548,
748 /**/ 750 /**/