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 Best regards, Tony. -- Real programmers don't comment their code. It was hard to write, it should be hard to understand. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
