[vim] - patchlevel 453

Karsten Hopp karsten at fedoraproject.org
Mon Sep 22 09:32:05 UTC 2014


commit ec7e9ca35ce341b143f8aad665d13b79deb8f7e8
Author: Karsten Hopp <karsten at redhat.com>
Date:   Sat Sep 20 06:40:11 2014 +0200

    - patchlevel 453

 7.4.453 |   55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 55 insertions(+), 0 deletions(-)
---
diff --git a/7.4.453 b/7.4.453
new file mode 100644
index 0000000..2afec9d
--- /dev/null
+++ b/7.4.453
@@ -0,0 +1,55 @@
+To: vim_dev at googlegroups.com
+Subject: Patch 7.4.453
+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.4.453
+Problem:    Still can't build with tiny features.
+Solution:   Add #ifdef.
+Files:	    src/ex_cmds.c
+
+
+*** ../vim-7.4.452/src/ex_cmds.c	2014-09-19 22:05:48.606465199 +0200
+--- src/ex_cmds.c	2014-09-19 22:08:31.850465555 +0200
+***************
+*** 5906,5911 ****
+--- 5906,5912 ----
+  ex_helpclose(eap)
+      exarg_T	*eap UNUSED;
+  {
++ #if defined(FEAT_WINDOWS)
+      win_T *win;
+  
+      FOR_ALL_WINDOWS(win)
+***************
+*** 5916,5921 ****
+--- 5917,5923 ----
+  	    return;
+  	}
+      }
++ #endif
+  }
+  
+  #if defined(FEAT_MULTI_LANG) || defined(PROTO)
+*** ../vim-7.4.452/src/version.c	2014-09-19 22:05:48.610465199 +0200
+--- src/version.c	2014-09-19 22:19:43.058467021 +0200
+***************
+*** 743,744 ****
+--- 743,746 ----
+  {   /* Add new patch number below this line */
++ /**/
++     453,
+  /**/
+
+
+-- 
+"Hit any key to continue" does _not_ mean you can hit the on/off button!
+
+ /// 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