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