1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2014-06-17 13:52:40 +02:00
parent 7a54a90744
commit ec1561cac5
2 changed files with 7 additions and 0 deletions

View File

@@ -734,6 +734,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
329,
/**/
328,
/**/