aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/version.c
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2014-08-17 22:19:38 +0000
committerJustin M. Keyes <justinkz@gmail.com>2014-08-19 01:40:40 -0400
commita40a7cf24f5a57963388cef5c5472ab4047d568f (patch)
treed6b413a4ffaf9f943a1963cd0e00637e62e45206 /src/nvim/version.c
parent8ae492bb5af3e1b086f8fa48946c07aa2660da59 (diff)
downloadrneovim-a40a7cf24f5a57963388cef5c5472ab4047d568f.tar.gz
rneovim-a40a7cf24f5a57963388cef5c5472ab4047d568f.tar.bz2
rneovim-a40a7cf24f5a57963388cef5c5472ab4047d568f.zip
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
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r--src/nvim/version.c2
1 files changed, 1 insertions, 1 deletions
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