vim-patch:8.1.2402: typos and other small things

Problem:    Typos and other small things.
Solution:   Small fixes.
f48ee3c284
This commit is contained in:
Jan Edmund Lazo
2019-12-06 20:45:17 -05:00
parent 30ed245d00
commit 7d8f32338f
4 changed files with 7 additions and 3 deletions

View File

@@ -314,6 +314,9 @@ func RunVimPiped(before, after, arguments, pipecmd)
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