jkunstle / rpms / vim

Forked from rpms/vim 3 years ago
Clone

Blame SOURCES/7.4.091

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