Patch 9.0.0251
Problem: Test output shows up in git.
Solution: Ignore the "failed" directory. (Yao-Ching Huang, closes #10969)
Files: .gitignore
*** ../vim-9.0.0250/.gitignore 2022-05-16 11:07:12.000000000 +0100
--- .gitignore 2022-08-24 11:22:57.884495055 +0100
***************
*** 82,87 ****
--- 82,88 ----
src/testdir/messages
src/testdir/viminfo
src/testdir/opt_test.vim
+ src/testdir/failed
runtime/indent/testdir/*.out
runtime/indent/testdir/*.fail
src/memfile_test
*** ../vim-9.0.0250/src/version.c 2022-08-23 21:41:12.008852903 +0100
--- src/version.c 2022-08-24 11:25:56.756328584 +0100
***************
*** 733,734 ****
--- 733,736 ----
{ /* Add new patch number below this line */
+ /**/
+ 251,
/**/
--
ARTHUR: But if he was dying, he wouldn't bother to carve
"Aaaaarrrrrrggghhh". He'd just say it.
BROTHER MAYNARD: It's down there carved in stone.
GALAHAD: Perhaps he was dictating.
"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/20220824102727.E9C121C0DB1%40moolenaar.net.