mirror of
https://github.com/neovim/neovim.git
synced 2026-08-04 14:48:45 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user