Patch 7.4.2007
Problem: Running the tests leaves a viminfo file behind.
Solution: Make the viminfo option empty.
Files: src/testdir/runtest.vim
*** ../vim-7.4.2006/src/testdir/runtest.vim 2016-05-25 21:22:56.421828207
+0200
--- src/testdir/runtest.vim 2016-07-09 15:15:49.321214488 +0200
***************
*** 149,154 ****
--- 149,157 ----
endif
endfor
+ " Don't write viminfo on exit.
+ set viminfo=
+
if s:fail == 0
" Success, create the .res file so that make knows it's done.
exe 'split ' . fnamemodify(g:testname, ':r') . '.res'
*** ../vim-7.4.2006/src/version.c 2016-07-09 15:20:48.688771385 +0200
--- src/version.c 2016-07-09 15:38:13.253287806 +0200
***************
*** 760,761 ****
--- 760,763 ----
{ /* Add new patch number below this line */
+ /**/
+ 2007,
/**/
--
Eagles may soar, but weasels don't get sucked into jet engines.
/// 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.