Patch 8.2.3719
Problem: MS-Windows: test sometimes runs into existing swap file.
Solution: Use a different file name.
Files: src/testdir/test_buffer.vim
*** ../vim-8.2.3718/src/testdir/test_buffer.vim 2021-07-11 20:51:13.417271076
+0100
--- src/testdir/test_buffer.vim 2021-12-02 12:27:25.986310073 +0000
***************
*** 389,400 ****
set noshellslash
%bwipe!
let bufnames = [
! \ #{id: 'b0', name: 'test://xyz/foo/b0' , match: 1},
! \ #{id: 'b1', name: 'test+abc://xyz/foo/b1', match: 0},
! \ #{id: 'b2', name: 'test_abc://xyz/foo/b2', match: 0},
! \ #{id: 'b3', name: 'test-abc://xyz/foo/b3', match: 1},
! \ #{id: 'b4', name: '-test://xyz/foo/b4' , match: 0},
! \ #{id: 'b5', name: 'test-://xyz/foo/b5' , match: 0},
\]
for buf in bufnames
new `=buf.name`
--- 389,400 ----
set noshellslash
%bwipe!
let bufnames = [
! \ #{id: 'ssb0', name: 'test://xyz/foo/ssb0' , match: 1},
! \ #{id: 'ssb1', name: 'test+abc://xyz/foo/ssb1', match: 0},
! \ #{id: 'ssb2', name: 'test_abc://xyz/foo/ssb2', match: 0},
! \ #{id: 'ssb3', name: 'test-abc://xyz/foo/ssb3', match: 1},
! \ #{id: 'ssb4', name: '-test://xyz/foo/ssb4' , match: 0},
! \ #{id: 'ssb5', name: 'test-://xyz/foo/ssb5' , match: 0},
\]
for buf in bufnames
new `=buf.name`
*** ../vim-8.2.3718/src/version.c 2021-12-02 11:34:17.584819150 +0000
--- src/version.c 2021-12-02 12:29:43.781848461 +0000
***************
*** 755,756 ****
--- 755,758 ----
{ /* Add new patch number below this line */
+ /**/
+ 3719,
/**/
--
Eye have a spelling checker, it came with my PC;
It plainly marks four my revue mistakes I cannot sea.
I've run this poem threw it, I'm sure your please to no,
It's letter perfect in it's weigh, my checker tolled me sew!
/// 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/20211202123136.4AB301C070E%40moolenaar.net.