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