diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2014-08-17 22:02:02 +0000 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2014-08-19 01:38:15 -0400 |
commit | 8ae492bb5af3e1b086f8fa48946c07aa2660da59 (patch) | |
tree | 2a628fb48c3f707d9d87570e4977cbd48d616c5c /src/nvim/version.c | |
parent | a0e593e26163c730e75a362dcc9e34a645021aff (diff) | |
download | rneovim-8ae492bb5af3e1b086f8fa48946c07aa2660da59.tar.gz rneovim-8ae492bb5af3e1b086f8fa48946c07aa2660da59.tar.bz2 rneovim-8ae492bb5af3e1b086f8fa48946c07aa2660da59.zip |
vim-patch:7.4.325 #1078
Problem: When starting the gui and changing the window size the status line
may not be drawn correctly.
Solution: Catch new_win_height() being called recursively. (Christian
Brabandt)
https://code.google.com/p/vim/source/detail?r=1f288d247548
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r-- | src/nvim/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index cbfffc93ad..f2a85d5b69 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -270,7 +270,7 @@ static int included_patches[] = { 328, 327, //326 NA - //325, + 325, //324, 323, //322 NA |