From 16b755b3d2b6f8c6bd1a851746abbf99763339ec Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Fri, 6 Mar 2009 12:57:10 +0100 Subject: [PATCH] Adjust WinGit's file list to new vim Signed-off-by: Johannes Schindelin --- share/WinGit/copy-files.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/share/WinGit/copy-files.sh b/share/WinGit/copy-files.sh index d3232400..06d0b536 100644 --- a/share/WinGit/copy-files.sh +++ b/share/WinGit/copy-files.sh @@ -40,11 +40,11 @@ ssh-agent.exe,ssh.exe,ssh-add.exe,ssh-keygen.exe,ssh-keyscan.exe,\ tail.exe,tar.exe,tee.exe,touch.exe,tr.exe,true.exe,uname.exe,uniq.exe,vi,\ msys-perl5_8.dll,lib{apr,aprutil,expat,neon,z,svn}*.dll,\ msys-crypto-0.9.8.dll,msys-ssl-0.9.8.dll,msys-minires.dll,msys-z.dll,\ -openssl.exe,vim.exe,wc.exe,which,xargs.exe,start} lib/engines/ \ +openssl.exe,vim,wc.exe,which,xargs.exe,start} lib/engines/ \ ssl/ cmd/ lib/perl5/ share/git* \ -share/vim/vimrc share/vim/vim58/{filetype.vim,ftoff.vim,menu.vim,optwin.vim,\ +share/vim/vimrc share/vim/vim72/{filetype.vim,ftoff.vim,menu.vim,optwin.vim,\ scripts.vim,syntax/c.vim,syntax/conf.vim,syntax/cpp.vim,syntax/gitcommit.vim,\ -syntax/synload.vim,syntax/syntax.vim}) | +syntax/synload.vim,syntax/syntax.vim,vim.exe}) | tar xf - && rm -rf lib/perl5/5.8.8/Encode/ lib/perl5/5.8.8/msys/auto/Encode/ bin/cvs.exe && (test ! -f /lib/Git.pm || cp -u /lib/Git.pm lib/perl5/site_perl/Git.pm) && -- 2.11.4.GIT