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