Patch 8.2.3157
Problem:    Crypt test may fail on MS-Windows.
Solution:   Ignore "[unix]" in the file message. (Christian Brabandt,
            closes #8561)
Files:      src/testdir/test_crypt.vim


*** ../vim-8.2.3156/src/testdir/test_crypt.vim  2021-07-08 11:37:46.413639907 
+0200
--- src/testdir/test_crypt.vim  2021-07-13 19:06:38.517652399 +0200
***************
*** 162,169 ****
    call assert_equal(range(1, 4000)->map( {_, v -> string(v)}), getline(1,'$'))
    set key=
    w! ++ff=unix
!   " enryption removed
!   call assert_match('"Xcrypt_sodium.txt" 4000L, 18893B written', 
execute(':message'))
    bw!
    call delete('Xcrypt_sodium.txt')
    set cryptmethod&vim
--- 162,169 ----
    call assert_equal(range(1, 4000)->map( {_, v -> string(v)}), getline(1,'$'))
    set key=
    w! ++ff=unix
!   " enryption removed (on MS-Windows the .* matches [unix])
!   call assert_match('"Xcrypt_sodium.txt".*4000L, 18893B written', 
execute(':message'))
    bw!
    call delete('Xcrypt_sodium.txt')
    set cryptmethod&vim
*** ../vim-8.2.3156/src/version.c       2021-07-12 22:15:20.950777281 +0200
--- src/version.c       2021-07-13 19:07:54.049564050 +0200
***************
*** 757,758 ****
--- 757,760 ----
  {   /* Add new patch number below this line */
+ /**/
+     3157,
  /**/

-- 
Don't drink and drive.  You might hit a bump and spill your beer.

 /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net   \\\
///                                                                      \\\
\\\        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vim_dev/202107131710.16DHAAfC1389196%40masaka.moolenaar.net.

Raspunde prin e-mail lui