Patch 8.0.1045
Problem: Running tests may pollute shell history. (Manuel Ortega)
Solution: Make $HISTFILE empty.
Files: src/testdir/setup.vim
*** ../vim-8.0.1044/src/testdir/setup.vim 2017-07-30 13:28:19.544983634
+0200
--- src/testdir/setup.vim 2017-09-03 14:28:47.953919486 +0200
***************
*** 21,26 ****
--- 21,29 ----
let $XAUTHORITY = $HOME . '/.Xauthority'
endif
+ " Avoid storing shell history.
+ let $HISTFILE = ""
+
" Make sure $HOME does not get read or written.
" It must exist, gnome tries to create $HOME/.gnome2
let $HOME = getcwd() . '/XfakeHOME'
*** ../vim-8.0.1044/src/version.c 2017-09-03 14:03:39.287651591 +0200
--- src/version.c 2017-09-03 14:29:42.769564989 +0200
***************
*** 771,772 ****
--- 771,774 ----
{ /* Add new patch number below this line */
+ /**/
+ 1045,
/**/
--
Be thankful to be in a traffic jam, because it means you own a car.
/// 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].
For more options, visit https://groups.google.com/d/optout.