Patch 8.2.1526
Problem: Line in testdir Makefile got commented out. (Christian Brabandt)
Solution: Revert.
Files: src/testdir/Makefile
*** ../vim-8.2.1525/src/testdir/Makefile 2020-08-26 22:29:53.565864941
+0200
--- src/testdir/Makefile 2020-08-27 16:05:16.140666844 +0200
***************
*** 12,18 ****
# Comment out this line to see the verbose output of tests.
#
# Catches SwapExists to avoid hanging at the ATTENTION prompt.
! #REDIR_TEST_TO_NULL = --cmd 'au SwapExists * let v:swapchoice = "e"' >
/dev/null
# Uncomment this line to use valgrind for memory leaks and extra warnings.
# The output goes into a file "valgrind.testN"
--- 12,18 ----
# Comment out this line to see the verbose output of tests.
#
# Catches SwapExists to avoid hanging at the ATTENTION prompt.
! REDIR_TEST_TO_NULL = --cmd 'au SwapExists * let v:swapchoice = "e"' >
/dev/null
# Uncomment this line to use valgrind for memory leaks and extra warnings.
# The output goes into a file "valgrind.testN"
*** ../vim-8.2.1525/src/version.c 2020-08-26 22:29:53.565864941 +0200
--- src/version.c 2020-08-27 16:06:33.024474791 +0200
***************
*** 756,757 ****
--- 756,759 ----
{ /* Add new patch number below this line */
+ /**/
+ 1526,
/**/
--
Facepalm statement #2: "If there is a country without immigrants I'm going to
move there"
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ 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/202008271407.07RE7Qmd1978016%40masaka.moolenaar.net.