Hi Bram and list,
I attached patch that written in the subject.
Please include this.
--
Best regards,
Hirohito Higashi (a.k.a h_east)
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.
diff -r 10a119b05204 src/window.c
--- a/src/window.c Thu Nov 13 14:26:09 2014 +0100
+++ b/src/window.c Tue Nov 18 22:56:54 2014 +0900
@@ -796,7 +796,7 @@
if (frp->fr_win != oldwin && frp->fr_win != NULL
&& (frp->fr_win->w_width > new_size
|| frp->fr_win->w_width > oldwin->w_width
- - new_size - STATUS_HEIGHT))
+ - new_size - 1))
{
do_equal = TRUE;
break;