diff src/testdir/shared.vim @ 18829:eff8d8f72a82 v8.1.2402

patch 8.1.2402: typos and other small things Commit: https://github.com/vim/vim/commit/f48ee3c28488f7c361732316f905ac420b3d8087 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Dec 6 22:18:20 2019 +0100 patch 8.1.2402: typos and other small things Problem: Typos and other small things. Solution: Small fixes.
author Bram Moolenaar <Bram@vim.org>
date Fri, 06 Dec 2019 22:30:04 +0100
parents f6dcf7eabd26
children 2a017e9dc6da
line wrap: on
line diff
--- a/src/testdir/shared.vim
+++ b/src/testdir/shared.vim
@@ -315,6 +315,9 @@ func RunVimPiped(before, after, argument
     let args .= ' -S Xafter.vim'
   endif
 
+  " Optionally run Vim under valgrind
+  " let cmd = 'valgrind --tool=memcheck --leak-check=yes --num-callers=25 --log-file=valgrind ' . cmd
+
   exe "silent !" . a:pipecmd . cmd . args . ' ' . a:arguments
 
   if len(a:before) > 0