073263
To: vim_dev@googlegroups.com
073263
Subject: Patch 7.4.500
073263
Fcc: outbox
073263
From: Bram Moolenaar <Bram@moolenaar.net>
073263
Mime-Version: 1.0
073263
Content-Type: text/plain; charset=UTF-8
073263
Content-Transfer-Encoding: 8bit
073263
------------
073263
073263
Patch 7.4.500
073263
Problem:    Test 72 still fails once in a while.
073263
Solution:   Don't set 'fileformat' to unix, reset it. (Ken Takata)
073263
Files:	    src/testdir/test72.in
073263
073263
073263
*** ../vim-7.4.499/src/testdir/test72.in	2014-08-16 17:34:31.186128463 +0200
073263
--- src/testdir/test72.in	2014-11-05 16:34:30.068573320 +0100
073263
***************
073263
*** 8,14 ****
073263
  :" Test 'undofile': first a simple one-line change.
073263
  :set nocompatible viminfo+=nviminfo visualbell
073263
  :set ul=100 undofile nomore
073263
- :set ff=unix
073263
  :e! Xtestfile
073263
  ggdGithis is one line?:set ul=100
073263
  :s/one/ONE/
073263
--- 8,13 ----
073263
***************
073263
*** 83,89 ****
073263
  :" With encryption, cryptmethod=blowfish
073263
  :e! Xtestfile
073263
  rubbish
073263
! :set undofile cm=blowfish
073263
  ggdGijan
073263
  feb
073263
  mar
073263
--- 82,88 ----
073263
  :" With encryption, cryptmethod=blowfish
073263
  :e! Xtestfile
073263
  rubbish
073263
! :set undofile cm=blowfish ff&
073263
  ggdGijan
073263
  feb
073263
  mar
073263
***************
073263
*** 109,115 ****
073263
  :" With encryption, cryptmethod=blowfish2
073263
  :e! Xtestfile
073263
  rubbish
073263
! :set undofile cm=blowfish2
073263
  ggdGijan
073263
  feb
073263
  mar
073263
--- 108,114 ----
073263
  :" With encryption, cryptmethod=blowfish2
073263
  :e! Xtestfile
073263
  rubbish
073263
! :set undofile cm=blowfish2 ff&
073263
  ggdGijan
073263
  feb
073263
  mar
073263
*** ../vim-7.4.499/src/version.c	2014-11-05 16:03:40.588617886 +0100
073263
--- src/version.c	2014-11-05 16:34:20.368573554 +0100
073263
***************
073263
*** 743,744 ****
073263
--- 743,746 ----
073263
  {   /* Add new patch number below this line */
073263
+ /**/
073263
+     500,
073263
  /**/
073263
073263
-- 
073263
No letters of the alphabet were harmed in the creation of this message.
073263
073263
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
073263
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
073263
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
073263
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///