dcaee6
To: vim_dev@googlegroups.com
dcaee6
Subject: Patch 7.4.091
dcaee6
Fcc: outbox
dcaee6
From: Bram Moolenaar <Bram@moolenaar.net>
dcaee6
Mime-Version: 1.0
dcaee6
Content-Type: text/plain; charset=UTF-8
dcaee6
Content-Transfer-Encoding: 8bit
dcaee6
------------
dcaee6
dcaee6
Patch 7.4.091 (after 7.4.089)
dcaee6
Problem:    Missing semicolon.
dcaee6
Solution:   Add the semicolon.
dcaee6
Files:      src/fileio.c
dcaee6
    
dcaee6
dcaee6
*** ../vim-7.4.090/src/fileio.c	2013-11-12 05:11:58.000000000 +0100
dcaee6
--- src/fileio.c	2013-11-12 18:07:47.000000000 +0100
dcaee6
***************
dcaee6
*** 6708,6714 ****
dcaee6
      mch_free_acl(acl);
dcaee6
  #endif
dcaee6
  #ifdef HAVE_SELINUX
dcaee6
!     mch_copy_sec(from, to)
dcaee6
  #endif
dcaee6
      if (errmsg != NULL)
dcaee6
      {
dcaee6
--- 6708,6714 ----
dcaee6
      mch_free_acl(acl);
dcaee6
  #endif
dcaee6
  #ifdef HAVE_SELINUX
dcaee6
!     mch_copy_sec(from, to);
dcaee6
  #endif
dcaee6
      if (errmsg != NULL)
dcaee6
      {
dcaee6
*** ../vim-7.4.090/src/version.c	2013-11-12 05:28:08.000000000 +0100
dcaee6
--- src/version.c	2013-11-12 18:08:33.000000000 +0100
dcaee6
***************
dcaee6
*** 740,741 ****
dcaee6
--- 740,743 ----
dcaee6
  {   /* Add new patch number below this line */
dcaee6
+ /**/
dcaee6
+     91,
dcaee6
  /**/
dcaee6
dcaee6
-- 
dcaee6
CART DRIVER: Bring out your dead!
dcaee6
   We follow the cart through a wretched, impoverished plague-ridden village.
dcaee6
   A few starved mongrels run about in the mud scavenging.  In the open
dcaee6
   doorway of one house perhaps we jug glimpse a pair of legs dangling from
dcaee6
   the ceiling.  In another doorway an OLD WOMAN is beating a cat against a
dcaee6
   wall rather like one does with a mat.  The cart passes round a dead donkey
dcaee6
   or cow in the mud.  And a MAN tied to a cart is being hammered to death by
dcaee6
   four NUNS with huge mallets.
dcaee6
                 "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
dcaee6
dcaee6
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
dcaee6
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
dcaee6
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
dcaee6
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///