Patch 7.3.202, 7.2.203 and 7.223 fail. I cannot figure out why. Another posting complained about the same failure (7.3.202, but not 203 and 223), but he was guide towads Hg. I think the patches should work as well though, so here it is:
$ tar -xjf ../base/vim-7.3.tar.bz2 $ cd vim73/ $ for PATCH in ../../patches/7.3.* ; do patch -p0 < $PATCH > /tmp/res || (echo $PATCH; cat /tmp/res); done ../../patches/7.3.202 patching file runtime/doc/indent.txt Hunk #12 succeeded at 273 with fuzz 1. Hunk #13 succeeded at 289 (offset -1 lines). Hunk #15 succeeded at 310 (offset -1 lines). Hunk #17 succeeded at 342 (offset -1 lines). Hunk #18 FAILED at 356. Hunk #19 succeeded at 365 (offset -3 lines). --- cut --- Hunk #29 succeeded at 493 (offset -3 lines). Hunk #30 FAILED at 511. Hunk #31 succeeded at 531 (offset -3 lines). 2 out of 31 hunks FAILED -- saving rejects to file runtime/doc/indent.txt.rej patching file src/misc1.c patching file src/testdir/test3.in patching file src/testdir/test3.ok patching file src/version.c ../../patches/7.3.203 patching file runtime/doc/os_win32.txt Hunk #1 FAILED at 313. 1 out of 1 hunk FAILED -- saving rejects to file runtime/doc/os_win32.txt.rej patching file src/os_win32.c patching file src/version.c ../../patches/7.3.223 patching file src/Make_ming.mak Hunk #1 FAILED at 87. 1 out of 1 hunk FAILED -- saving rejects to file src/Make_ming.mak.rej patching file src/os_mswin.c patching file src/version.c # Just to make sure I have the right files: $ cd .. $ ncftpget ftp.vim.org . /pub/vim/unix/MD5SUMS MD5SUMS: 2.91 kB 88.81 kB/s $ fgrep vim-7.3.tar.bz2 MD5SUMS 5b9510a17074e2b37d8bb38ae09edbf2 vim-7.3.tar.bz2 $ md5sum ../base/vim-7.3.tar.bz2 5b9510a17074e2b37d8bb38ae09edbf2 ../base/vim-7.3.tar.bz2 $ rm MD5SUMS $ ncftpget ftp.vim.org . /pub/vim/patches/7.3/MD5SUMS MD5SUMS: 9.27 kB 140.67 kB/s $ cd ../patches/ $ md5sum 7.3* > MD5SUMS $ diff ~-/MD5SUMS ./MD5SUMS $ echo $? 0 -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
