comparison src/version.c @ 5749:37af1e6e91bb v7.4.219

updated for version 7.4.219 Problem: When 'relativenumber' or 'cursorline' are set the window is redrawn much to often. (Patrick Hemmer, Dominique Pelle) Solution: Check the VALID_CROW flag instead of VALID_WROW.
author Bram Moolenaar <bram@vim.org>
date Thu, 27 Mar 2014 12:11:48 +0100
parents ddc3f32a4b21
children 1e272e318daa
comparison
equal deleted inserted replaced
5748:d96e8fbc3747 5749:37af1e6e91bb
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 219,
737 /**/ 739 /**/
738 218, 740 218,
739 /**/ 741 /**/
740 217, 742 217,
741 /**/ 743 /**/