From 7cea691d2e3c88e3658958c7680e9ba0385b6add Mon Sep 17 00:00:00 2001 From: Curtis Rueden Date: Thu, 19 Jun 2014 15:53:13 -0500 Subject: [PATCH] copy-files.sh: ship the vim tutor files This copies the vimtutor shell script, along with all the vim tutor files themselves in various languages, into the Git for Windows distribution. Since vi(m) is Git's default editor, and vi(m) has a steep learning curve, shipping the vimtutor will help mitigate some of that difficulty for new users. After all, they have enough on their plates learning Git, without being stuck in an editor they do not know how to control, too! Fixes issue #217. Signed-off-by: Curtis Rueden --- share/WinGit/copy-files.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/WinGit/copy-files.sh b/share/WinGit/copy-files.sh index 0321063a..2e6433f1 100755 --- a/share/WinGit/copy-files.sh +++ b/share/WinGit/copy-files.sh @@ -52,7 +52,7 @@ tail.exe,tar.exe,tee.exe,touch.exe,tr.exe,true.exe,uname.exe,uniq.exe,\ unzip.exe,vi,\ msys-perl5_8.dll,lib{apr,aprutil,expat,neon,z,svn}*.dll,pthreadGC2.dll,\ msys-crypto-0.9.8.dll,msys-regex-1.dll,msys-ssl-0.9.8.dll,msys-minires.dll,msys-z.dll,\ -vim,wc.exe,which,xargs.exe,start} lib/engines/ \ +vim,vimtutor,wc.exe,which,xargs.exe,start} lib/engines/ \ ssl/ cmd/ lib/perl5/ libexec/git-core/mergetools share/antiword/ share/bison/ share/git* \ share/vim/vimrc share/vim/vim74/{filetype.vim,ftoff.vim,menu.vim,optwin.vim,\ scripts.vim,\ @@ -61,7 +61,7 @@ plugin/netrwPlugin.vim,\ syntax/c.vim,syntax/conf.vim,syntax/cpp.vim,syntax/diff.vim,\ syntax/gitcommit.vim,syntax/gitconfig.vim,syntax/gitrebase.vim,syntax/git.vim,\ syntax/nosyntax.vim,syntax/syncolor.vim,syntax/synload.vim,syntax/syntax.vim,\ -vim.exe}) | +tutor/,vim.exe}) | tar xf - && rm -rf bin/cvs.exe && (test ! -f $MSYSGITROOT/lib/Git.pm || cp -u $MSYSGITROOT/lib/Git.pm lib/perl5/site_perl/Git.pm) && -- 2.11.4.GIT