Patch 8.2.4962

6 views
Skip to first unread message

Bram Moolenaar

unread,
May 16, 2022, 6:55:05 AM5/16/22
to vim...@googlegroups.com

Patch 8.2.4962
Problem: Files show up in git status.
Solution: Adjust the list of ignored files. Clean up more test files.
(Shane xb Qian, closes #9929)
Files: .gitignore, src/testdir/Makefile


*** ../vim-8.2.4961/.gitignore 2022-03-10 15:51:20.992688946 +0000
--- .gitignore 2022-05-16 11:07:12.598843072 +0100
***************
*** 8,14 ****
src/auto/os_haiku.rdef
src/objects/.dirstamp
src/objects
- src/tags
src/types.vim

# We do need src/auto/configure.
--- 8,13 ----
***************
*** 62,67 ****
--- 61,71 ----
*.pyc
*.log
src/po/vim.pot
+ src/tags
+ /tags
+ /GPATH
+ /GTAGS
+ /GRTAGS

# Generated by "make test"
src/po/*.ck
***************
*** 86,92 ****
src/kword_test

# Generated by "make install"
- runtime/doc/tags
runtime/doc/doctags

# Generated by "make shadow". The directory names could be anything but we
--- 90,95 ----
*** ../vim-8.2.4961/src/testdir/Makefile 2021-05-26 20:49:15.132267291 +0100
--- src/testdir/Makefile 2022-05-16 11:13:48.834529060 +0100
***************
*** 18,24 ****
# The output goes into a file "valgrind.testN"
# Vim should be compiled with EXITFREE to avoid false warnings.
# This will make testing about 10 times as slow.
! # VALGRIND = valgrind --tool=memcheck --leak-check=yes --num-callers=25 --log-file=valgrind.$*

default: nongui

--- 18,24 ----
# The output goes into a file "valgrind.testN"
# Vim should be compiled with EXITFREE to avoid false warnings.
# This will make testing about 10 times as slow.
! # VALGRIND = valgrind --tool=memcheck --leak-check=yes --num-callers=35 --log-file=valgrind.$*

default: nongui

***************
*** 86,92 ****
clean:
-rm -rf *.out *.failed *.res *.rej *.orig XfakeHOME Xdir1 Xfind
-rm -f opt_test.vim test.log test_result.log messages
! -rm -f $(RM_ON_RUN) $(RM_ON_START)
-rm -f valgrind.*
-rm -f asan.*

--- 86,92 ----
clean:
-rm -rf *.out *.failed *.res *.rej *.orig XfakeHOME Xdir1 Xfind
-rm -f opt_test.vim test.log test_result.log messages
! -rm -rf $(RM_ON_RUN) $(RM_ON_START)
-rm -f valgrind.*
-rm -f asan.*

*** ../vim-8.2.4961/src/version.c 2022-05-16 10:04:46.674376854 +0100
--- src/version.c 2022-05-16 11:10:33.226689866 +0100
***************
*** 748,749 ****
--- 748,751 ----
{ /* Add new patch number below this line */
+ /**/
+ 4962,
/**/

--
hundred-and-one symptoms of being an internet addict:
210. When you get a divorce, you don't care about who gets the children,
but discuss endlessly who can use the email address.

/// Bram Moolenaar -- Br...@Moolenaar.net -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
Reply all
Reply to author
Forward
0 new messages