comparison src/version.c @ 5969:1f288d247548 v7.4.325

updated for version 7.4.325 Problem: When starting the gui and changing the window size the status line may not be drawn correctly. Solution: Catch new_win_height() being called recursively. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Fri, 13 Jun 2014 20:08:45 +0200
parents c476e0ac8b40
children 1dbcb23ae7a8
comparison
equal deleted inserted replaced
5968:92751673cc37 5969:1f288d247548
732 NULL 732 NULL
733 }; 733 };
734 734
735 static int included_patches[] = 735 static int included_patches[] =
736 { /* Add new patch number below this line */ 736 { /* Add new patch number below this line */
737 /**/
738 325,
737 /**/ 739 /**/
738 324, 740 324,
739 /**/ 741 /**/
740 323, 742 323,
741 /**/ 743 /**/