Patch 9.0.1021
Problem: Test trips over g:name.
Solution: Delete g:name after using it.
Files: src/testdir/runtest.vim
*** ../vim-9.0.1020/src/testdir/runtest.vim 2022-12-06 14:21:04.170752149
+0000
--- src/testdir/runtest.vim 2022-12-06 15:06:54.588319396 +0000
***************
*** 208,213 ****
--- 208,214 ----
for name in s:GetSwapFileList()
call delete(name)
endfor
+ unlet name
" Invoked when a test takes too much time.
*** ../vim-9.0.1020/src/version.c 2022-12-06 14:21:04.170752149 +0000
--- src/version.c 2022-12-06 15:07:38.560395084 +0000
***************
*** 697,698 ****
--- 697,700 ----
{ /* Add new patch number below this line */
+ /**/
+ 1021,
/**/
--
hundred-and-one symptoms of being an internet addict:
244. You use more than 20 passwords.
/// 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/20221206150819.D43051C07A0%40moolenaar.net.