Tony Mechelynck wrote:
> Is the following normal? > > linux:~/.build/vim/vim72a # ../rsyncvim > Wed Jun 25 14:44:13 CEST 2008 > receiving file list ... > 1836 files to consider > deleting icons/Vim_8ColorsLace.info > deleting icons/Vim_8Colors.info > deleting icons/Vim_4ColorsLace.info > deleting icons/Vim_32Colors.info > deleting icons/README.txt.info > deleting icons/README.txt > deleting icons/ > deleting tutor.info > deleting tools.info > deleting macros.info > deleting icons.info > deleting doc.info > deleting doc/vim.man.info > deleting doc/help.txt.info > deleting macros/urm.info > deleting macros/maze.info > deleting macros/hanoi.info > deleting macros/README.txt.info > deleting macros/hanoi/poster.info > deleting macros/hanoi/click.me.info > deleting macros/life/click.me.info > deleting macros/maze/poster.info > deleting macros/maze/maze_5.78.info > deleting macros/maze/README.txt.info > deleting macros/urm/README.txt.info > deleting tutor/tutor.info > deleting tutor/README.txt.info > [...] > > where ../rsyncvim is the following owncoded script: > #!/bin/bash > date > rsync -avzcP --delete --exclude="/dos/" ftp.nluug.nl::Vim/runtime/ > ./runtime/ 2>&1 | tee rsync.log > vim -es -u NONE -c '%s/^.*\r//' -cx rsync.log Yes, at some point the Amiga runtime files were on the ftp server, but they were removed. -- >From "know your smileys": (:-# Said something he shouldn't have /// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ download, build and distribute -- http://www.A-A-P.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
