[vim] - patchlevel 743

Karsten Hopp karsten at fedoraproject.org
Mon Jan 28 11:14:20 UTC 2013


commit ee0e8388b2bcb25e3ee8829381552dd26b589881
Author: Karsten Hopp <karsten at redhat.com>
Date:   Mon Jan 28 12:11:07 2013 +0100

    - patchlevel 743

 7.3.743 |   66 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 66 insertions(+), 0 deletions(-)
---
diff --git a/7.3.743 b/7.3.743
new file mode 100644
index 0000000..f91a656
--- /dev/null
+++ b/7.3.743
@@ -0,0 +1,66 @@
+To: vim_dev at googlegroups.com
+Subject: Patch 7.3.743
+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.743 (after 7.3.741)
+Problem:    Tiny build still fails.
+Solution:   Add #else in the right place.
+Files:	    src/ex_docmd.c
+
+
+*** ../vim-7.3.742/src/ex_docmd.c	2012-11-28 19:10:51.000000000 +0100
+--- src/ex_docmd.c	2012-11-28 22:14:21.000000000 +0100
+***************
+*** 1528,1541 ****
+  	}
+      }
+  
+! #ifndef FEAT_EVAL
+      /*
+       * Reset if_level, in case a sourced script file contains more ":if" than
+       * ":endif" (could be ":if x | foo | endif").
+       */
+      if_level = 0;
+- 
+-     did_endif = FALSE;  /* in case do_cmdline used recursively */
+  #endif
+  
+      --call_depth;
+--- 1528,1541 ----
+  	}
+      }
+  
+! #ifdef FEAT_EVAL
+!     did_endif = FALSE;  /* in case do_cmdline used recursively */
+! #else
+      /*
+       * Reset if_level, in case a sourced script file contains more ":if" than
+       * ":endif" (could be ":if x | foo | endif").
+       */
+      if_level = 0;
+  #endif
+  
+      --call_depth;
+*** ../vim-7.3.742/src/version.c	2012-11-28 22:12:40.000000000 +0100
+--- src/version.c	2012-11-28 22:15:15.000000000 +0100
+***************
+*** 727,728 ****
+--- 727,730 ----
+  {   /* Add new patch number below this line */
++ /**/
++     743,
+  /**/
+
+-- 
+From "know your smileys":
+ :-)-O	Smiling doctor with stethoscope
+
+ /// 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