From a40a7cf24f5a57963388cef5c5472ab4047d568f Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Sun, 17 Aug 2014 22:19:38 +0000 Subject: vim-patch:7.4.329 #1079 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) https://code.google.com/p/vim/source/detail?r=018df65085f8 --- src/nvim/version.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nvim/version.c') diff --git a/src/nvim/version.c b/src/nvim/version.c index f2a85d5b69..246ce02f1f 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -266,7 +266,7 @@ static int included_patches[] = { //332 NA 331, //330, - //329, + 329, 328, 327, //326 NA -- cgit