diff 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
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -735,6 +735,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    329,
+/**/
     328,
 /**/
     327,