Patch 8.2.4598
Problem: Profile completion test sometimes fails.
Solution: Delete the .res file before running tests.
Files: src/testdir/runtest.vim
*** ../vim-8.2.4597/src/testdir/runtest.vim 2021-12-30 13:32:05.687843894
+0000
--- src/testdir/runtest.vim 2022-03-20 13:34:27.493900187 +0000
***************
*** 410,415 ****
--- 410,418 ----
endtry
endif
+ " Delete the .res file, it may change behavior for completion
+ call delete(fnamemodify(g:testname, ':r') .. '.res')
+
" Locate Test_ functions and execute them.
redir @q
silent function /^Test_
*** ../vim-8.2.4597/src/version.c 2022-03-20 11:45:57.307043829 +0000
--- src/version.c 2022-03-20 13:35:09.769786517 +0000
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 4598,
/**/
--
FATHER: One day, lad, all this will be yours ...
PRINCE: What - the curtains?
"Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
/// 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/20220320134153.E98841C7837%40moolenaar.net.