[vim/f17] - patchlevel 960

Karsten Hopp karsten at fedoraproject.org
Tue May 21 11:35:24 UTC 2013


commit 35fc42d93fa0605a116a4c4aea887a5306deb7b3
Author: Karsten Hopp <karsten at redhat.com>
Date:   Tue May 21 13:33:36 2013 +0200

    - patchlevel 960

 7.3.960 |   47 +++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 47 insertions(+), 0 deletions(-)
---
diff --git a/7.3.960 b/7.3.960
new file mode 100644
index 0000000..1b4b25c
--- /dev/null
+++ b/7.3.960
@@ -0,0 +1,47 @@
+To: vim_dev at googlegroups.com
+Subject: Patch 7.3.960
+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.960
+Problem:    Compiler warning for unused variable.
+Solution:   Put declaration in #ifdef.
+Files:	    src/window.c
+
+
+*** ../vim-7.3.959/src/window.c	2013-05-15 15:12:25.000000000 +0200
+--- src/window.c	2013-05-15 23:11:02.000000000 +0200
+***************
+*** 2124,2130 ****
+--- 2124,2132 ----
+  {
+      if (firstwin == lastwin)
+      {
++ #ifdef FEAT_AUTOCMD
+  	buf_T	*old_curbuf = curbuf;
++ #endif
+  
+  	/*
+  	 * Closing the last window in a tab page.  First go to another tab
+*** ../vim-7.3.959/src/version.c	2013-05-15 19:44:35.000000000 +0200
+--- src/version.c	2013-05-15 23:12:12.000000000 +0200
+***************
+*** 730,731 ****
+--- 730,733 ----
+  {   /* Add new patch number below this line */
++ /**/
++     960,
+  /**/
+
+-- 
+Did you ever stop to think...  and forget to start again?
+                                  -- Steven Wright
+
+ /// 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