comparison src/version.c @ 5977:018df65085f8 v7.4.329

updated for version 7.4.329 Problem: When moving the cursor and then switching to another window the previous window isn't scrolled. (Yukihiro Nakadaira) Solution: Call update_topline() before leaving the window. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Tue, 17 Jun 2014 13:52:40 +0200
parents 01d9ffdd6e6f
children f9fa2e506b9f
comparison
equal deleted inserted replaced
5976:d18c63fd0c48 5977:018df65085f8
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 329,
737 /**/ 739 /**/
738 328, 740 328,
739 /**/ 741 /**/
740 327, 742 327,
741 /**/ 743 /**/