|
Karsten Hopp |
824740 |
To: vim_dev@googlegroups.com
|
|
Karsten Hopp |
824740 |
Subject: Patch 7.3.902
|
|
Karsten Hopp |
824740 |
Fcc: outbox
|
|
Karsten Hopp |
824740 |
From: Bram Moolenaar <Bram@moolenaar.net>
|
|
Karsten Hopp |
824740 |
Mime-Version: 1.0
|
|
Karsten Hopp |
824740 |
Content-Type: text/plain; charset=UTF-8
|
|
Karsten Hopp |
824740 |
Content-Transfer-Encoding: 8bit
|
|
Karsten Hopp |
824740 |
------------
|
|
Karsten Hopp |
824740 |
|
|
Karsten Hopp |
824740 |
Patch 7.3.902
|
|
Karsten Hopp |
824740 |
Problem: When deleting last buffer in other tab the tabline is not updated.
|
|
Karsten Hopp |
824740 |
Solution: Set the redraw_tabline flag. (Yukihiro Nakadaira)
|
|
Karsten Hopp |
824740 |
Files: src/window.c
|
|
Karsten Hopp |
824740 |
|
|
Karsten Hopp |
824740 |
|
|
Karsten Hopp |
824740 |
*** ../vim-7.3.901/src/window.c 2013-04-15 12:27:30.000000000 +0200
|
|
Karsten Hopp |
824740 |
--- src/window.c 2013-04-15 15:52:46.000000000 +0200
|
|
Karsten Hopp |
824740 |
***************
|
|
Karsten Hopp |
824740 |
*** 2070,2075 ****
|
|
Karsten Hopp |
824740 |
--- 2070,2076 ----
|
|
Karsten Hopp |
824740 |
|
|
Karsten Hopp |
824740 |
--RedrawingDisabled;
|
|
Karsten Hopp |
824740 |
|
|
Karsten Hopp |
824740 |
+ redraw_tabline = TRUE;
|
|
Karsten Hopp |
824740 |
if (h != tabline_height())
|
|
Karsten Hopp |
824740 |
shell_new_rows();
|
|
Karsten Hopp |
824740 |
}
|
|
Karsten Hopp |
824740 |
*** ../vim-7.3.901/src/version.c 2013-04-15 15:47:07.000000000 +0200
|
|
Karsten Hopp |
824740 |
--- src/version.c 2013-04-15 15:54:42.000000000 +0200
|
|
Karsten Hopp |
824740 |
***************
|
|
Karsten Hopp |
824740 |
*** 730,731 ****
|
|
Karsten Hopp |
824740 |
--- 730,733 ----
|
|
Karsten Hopp |
824740 |
{ /* Add new patch number below this line */
|
|
Karsten Hopp |
824740 |
+ /**/
|
|
Karsten Hopp |
824740 |
+ 902,
|
|
Karsten Hopp |
824740 |
/**/
|
|
Karsten Hopp |
824740 |
|
|
Karsten Hopp |
824740 |
--
|
|
Karsten Hopp |
824740 |
If Microsoft would build a car...
|
|
Karsten Hopp |
824740 |
... The airbag system would ask "are you SURE?" before deploying.
|
|
Karsten Hopp |
824740 |
|
|
Karsten Hopp |
824740 |
/// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
|
|
Karsten Hopp |
824740 |
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
|
|
Karsten Hopp |
824740 |
\\\ an exciting new programming language -- http://www.Zimbu.org ///
|
|
Karsten Hopp |
824740 |
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
|