aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/version.c
diff options
context:
space:
mode:
authorWill Stamper <epmatsw@gmail.com>2014-06-13 18:09:25 -0500
committerJustin M. Keyes <justinkz@gmail.com>2014-07-31 15:12:14 -0400
commitdafd72f5b290cd3da43cb96f96f3d9a26983f097 (patch)
tree0ea3e3f2ad2aba30d5f02202e6893844ad1494e0 /src/nvim/version.c
parent280d0ea5d36576e2fbd1bb18cc368b3f6ed5a9bc (diff)
downloadrneovim-dafd72f5b290cd3da43cb96f96f3d9a26983f097.tar.gz
rneovim-dafd72f5b290cd3da43cb96f96f3d9a26983f097.tar.bz2
rneovim-dafd72f5b290cd3da43cb96f96f3d9a26983f097.zip
vim-patch:7.4.309 #843
Problem: When increasing the size of the lower window, the upper window jumps back to the top. (Ron Aaron) Solution: Change setting the topline. (Nobuhiro Takasaki) https://code.google.com/p/vim/source/detail?r=88a6e9f33822d33b6c32db578750c6c178c63f50
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 fc1966f959..8214cb60b4 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -248,7 +248,7 @@ static int included_patches[] = {
//312,
//311,
//310,
- //309,
+ 309,
308,
//307,
306,