Patch 8.2.4467
Problem: Running filetype test leaves file behind.
Solution: Delete the file.
Files: src/testdir/test_filetype.vim
*** ../vim-8.2.4466/src/testdir/test_filetype.vim 2022-02-24
17:59:05.256644873 +0000
--- src/testdir/test_filetype.vim 2022-02-25 13:46:52.610576383 +0000
***************
*** 863,868 ****
--- 863,869 ----
bwipe!
filetype off
+ call delete('Xfile.d')
endfunc
func Test_dep3patch_file()
*** ../vim-8.2.4466/src/version.c 2022-02-25 17:37:47.624268999 +0000
--- src/version.c 2022-02-25 17:40:32.995991433 +0000
***************
*** 756,757 ****
--- 756,759 ----
{ /* Add new patch number below this line */
+ /**/
+ 4467,
/**/
--
hundred-and-one symptoms of being an internet addict:
96. On Super Bowl Sunday, you followed the score by going to the
Yahoo main page instead of turning on the TV.
/// 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/20220225174600.754B61C1149%40moolenaar.net.