Patch 8.2.2360
Problem: Test leaves file behind.
Solution: Delete the right file. (Dominique Pellé, closes #7689)
Files: src/testdir/test_filetype.vim
*** ../vim-8.2.2359/src/testdir/test_filetype.vim 2021-01-15
13:35:26.763953669 +0100
--- src/testdir/test_filetype.vim 2021-01-16 13:42:05.128214145 +0100
***************
*** 757,763 ****
call assert_equal('pascal', &filetype)
bwipe!
! call delete('Xfile.ts')
filetype off
endfunc
--- 757,763 ----
call assert_equal('pascal', &filetype)
bwipe!
! call delete('Xfile.pp')
filetype off
endfunc
*** ../vim-8.2.2359/src/version.c 2021-01-16 13:11:39.102733790 +0100
--- src/version.c 2021-01-16 13:42:50.192129657 +0100
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 2360,
/**/
--
Send $25.00 for handy leaflet on how to make money by selling leaflets
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ 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/202101161244.10GCiADS263069%40masaka.moolenaar.net.