[vim/f19] - patchlevel 902

Karsten Hopp karsten at fedoraproject.org
Mon Apr 15 15:09:38 UTC 2013


commit 8247408c843674fe3acd5dc871284dad3aca1cee
Author: Karsten Hopp <karsten at redhat.com>
Date:   Mon Apr 15 17:02:47 2013 +0200

    - patchlevel 902

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


More information about the scm-commits mailing list