Checking local vim-7.1a.tar.bz2 ... local tar found Extracting tar ... SVN checkout ... Checked out revision 263. ok, svn done tar => /var/tmp/vim-untar/vim71a svn => /var/tmp/vim-svn/vim7 Diffing runtime + diff -r --exclude=.svn /var/tmp/vim-untar/vim71a/runtime /var/tmp/vim-svn/vim7/runtime diff -r --exclude=.svn /var/tmp/vim-untar/vim71a/runtime/autoload/ada.vim /var/tmp/vim-svn/vim7/runtime/autoload/ada.vim 4c4 < " $Id: ada.vim 448 2006-11-05 14:53:19Z krischik $ --- > " $Id: ada.vim,v 1.2 2007/05/06 13:38:48 vimboss Exp $ 7,8c7,8 < " $Author: krischik $ < " $Date: 2006-11-05 15:53:19 +0100 (Sun, 05 Nov 2006) $ --- > " $Author: vimboss $ > " $Date: 2007/05/06 13:38:48 $ 10c10 < " $Revision: 448 $ --- > " $Revision: 1.2 $ diff -r --exclude=.svn /var/tmp/vim-untar/vim71a/runtime/autoload/adacomplete.vim /var/tmp/vim-svn/vim7/runtime/autoload/adacomplete.vim 4c4 < " $Id: adacomplete.vim 448 2006-11-05 14:53:19Z krischik $ --- > " $Id: adacomplete.vim,v 1.2 2007/05/06 12:44:46 vimboss Exp $ 6,7c6,7 < " $Author: krischik $ < " $Date: 2006-11-05 15:53:19 +0100 (Sun, 05 Nov 2006) $ --- > " $Author: vimboss $ > " $Date: 2007/05/06 12:44:46 $ 9c9 < " $Revision: 448 $ --- > " $Revision: 1.2 $ diff -r --exclude=.svn /var/tmp/vim-untar/vim71a/runtime/autoload/decada.vim /var/tmp/vim-svn/vim7/runtime/autoload/decada.vim 4c4 < " $Id: decada.vim 448 2006-11-05 14:53:19Z krischik $ --- > " $Id: decada.vim,v 1.2 2007/05/06 12:26:20 vimboss Exp $ 7,8c7,8 < " $Author: krischik $ < " $Date: 2006-11-05 15:53:19 +0100 (Sun, 05 Nov 2006) $ --- > " $Author: vimboss $ > " $Date: 2007/05/06 12:26:20 $ 10c10 < " $Revision: 448 $ --- > " $Revision: 1.2 $ diff -r --exclude=.svn /var/tmp/vim-untar/vim71a/runtime/autoload/gnat.vim /var/tmp/vim-svn/vim7/runtime/autoload/gnat.vim 4c4 < " $Id: gnat.vim 448 2006-11-05 14:53:19Z krischik $ --- > " $Id: gnat.vim,v 1.2 2007/05/06 14:13:49 vimboss Exp $ 7,8c7,8 < " $Author: krischik $ < " $Date: 2006-11-05 15:53:19 +0100 (Sun, 05 Nov 2006) $ --- > " $Author: vimboss $ > " $Date: 2007/05/06 14:13:49 $ 10c10 < " $Revision: 448 $ --- > " $Revision: 1.2 $ diff -r --exclude=.svn /var/tmp/vim-untar/vim71a/runtime/autoload/rubycomplete.vim /var/tmp/vim-svn/vim7/runtime/autoload/rubycomplete.vim 4c4 < " Info: $Id: rubycomplete.vim,v 1.39 2006/12/13 21:20:47 segy Exp $ --- > " Info: $Id: rubycomplete.vim,v 1.7 2007/05/06 12:07:59 vimboss Exp $ diff -r --exclude=.svn /var/tmp/vim-untar/vim71a/runtime/autoload/spellfile.vim /var/tmp/vim-svn/vim7/runtime/autoload/spellfile.vim 3c3 < " Last Change: 2006 Aug 29 --- > " Last Change: 2007 May 06 60a61 > " Remember the buffer number, we check it below. 61a63 > let newbufnr = winbufnr(0) 67c69,88 < g/^/d --- > " Careful: Nread() may have opened a new window for the error message, > " we need to go back to our own buffer and window. > if newbufnr != winbufnr(0) > let winnr = bufwinnr(newbufnr) > if winnr == -1 > " Our buffer has vanished!? Open a new window. > echomsg "download buffer disappeared, opening a new one" > new > setlocal bin > else > exe winnr . "wincmd w" > endif > endif > if newbufnr == winbufnr(0) > " We are back the old buffer, remove any (half-finished) download. > g/^/d > else > let newbufnr = winbufnr(0) > endif > 73c94 < bwipe! --- > exe newbufnr . "bwipe!" 99,101c120 < if getline(2) !~ 'VIMsug' < echo 'Sorry, downloading failed' < else --- > if getline(2) =~ 'VIMsug' 103a123,136 > set nomod > else > echo 'Sorry, downloading failed' > " Go back to our own buffer/window, Nread() may have taken us to > " another window. > if newbufnr != winbufnr(0) > let winnr = bufwinnr(newbufnr) > if winnr != -1 > exe winnr . "wincmd w" > endif > endif > if newbufnr == winbufnr(0) > set nomod > endif 105d137 < set nomod 109c141,142 < bwipe --- > " Wipe out the buffer we used. > exe newbufnr . "bwipe" diff -r --exclude=.svn /var/tmp/vim-untar/vim71a/runtime/compiler/decada.vim /var/tmp/vim-svn/vim7/runtime/compiler/decada.vim 4c4 < " $Id: decada.vim 429 2006-10-15 17:43:45Z krischik $ --- > " $Id: decada.vim,v 1.2 2007/05/06 13:56:27 vimboss Exp $ 7,8c7,8 < " $Author: krischik $ < " $Date: 2006-10-15 19:43:45 +0200 (So, 15 Okt 2006) $ --- > " $Author: vimboss $ > " $Date: 2007/05/06 13:56:27 $ 10c10 < " $Revision: 429 $ --- > " $Revision: 1.2 $ diff -r --exclude=.svn /var/tmp/vim-untar/vim71a/runtime/compiler/gnat.vim /var/tmp/vim-svn/vim7/runtime/compiler/gnat.vim 4c4 < " $Id: gnat.vim 448 2006-11-05 14:53:19Z krischik $ --- > " $Id: gnat.vim,v 1.2 2007/05/06 13:43:09 vimboss Exp $ 7,8c7,8 < " $Author: krischik $ < " $Date: 2006-11-05 15:53:19 +0100 (Sun, 05 Nov 2006) $ --- > " $Author: vimboss $ > " $Date: 2007/05/06 13:43:09 $ 10c10 < " $Revision: 448 $ --- > " $Revision: 1.2 $ Only in /var/tmp/vim-svn/vim7/runtime/doc: getscript.txt Only in /var/tmp/vim-svn/vim7/runtime/doc: help.txt.info Only in /var/tmp/vim-svn/vim7/runtime/doc: vim.man Only in /var/tmp/vim-svn/vim7/runtime/doc: vim.man.info Only in /var/tmp/vim-svn/vim7/runtime/doc: vimdiff.man Only in /var/tmp/vim-svn/vim7/runtime/doc: vimtutor.man Only in /var/tmp/vim-svn/vim7/runtime/doc: xxd.man Only in /var/tmp/vim-svn/vim7/runtime: doc.info diff -r --exclude=.svn /var/tmp/vim-untar/vim71a/runtime/ftplugin/ada.vim /var/tmp/vim-svn/vim7/runtime/ftplugin/ada.vim 4c4 < " $Id: ada.vim 448 2006-11-05 14:53:19Z krischik $ --- > " $Id: ada.vim,v 1.4 2007/05/06 12:07:50 vimboss Exp $ 7,8c7,8 < " $Author: krischik $ < " $Date: 2006-11-05 15:53:19 +0100 (Sun, 05 Nov 2006) $ --- > " $Author: vimboss $ > " $Date: 2007/05/06 12:07:50 $ 10c10 < " $Revision: 448 $ --- > " $Revision: 1.4 $ diff -r --exclude=.svn /var/tmp/vim-untar/vim71a/runtime/ftplugin/bst.vim /var/tmp/vim-svn/vim7/runtime/ftplugin/bst.vim 4c4 < " $Id: bst.vim,v 1.1 2006/12/27 16:25:09 tpope Exp $ --- > " $Id: bst.vim,v 1.2 2007/05/06 12:51:41 vimboss Exp $ diff -r --exclude=.svn /var/tmp/vim-untar/vim71a/runtime/ftplugin/cobol.vim /var/tmp/vim-svn/vim7/runtime/ftplugin/cobol.vim 4c4 < " $Id: cobol.vim,v 1.5 2006/12/27 16:21:29 tpope Exp $ --- > " $Id: cobol.vim,v 1.2 2007/05/06 12:24:45 vimboss Exp $ diff -r --exclude=.svn /var/tmp/vim-untar/vim71a/runtime/ftplugin/ruby.vim /var/tmp/vim-svn/vim7/runtime/ftplugin/ruby.vim 4c4 < " Info: $Id: ruby.vim,v 1.33 2007/03/02 04:39:38 dkearns Exp $ --- > " Info: $Id: ruby.vim,v 1.9 2007/05/06 13:32:10 vimboss Exp $ Only in /var/tmp/vim-svn/vim7/runtime: icons Only in /var/tmp/vim-svn/vim7/runtime: icons.info diff -r --exclude=.svn /var/tmp/vim-untar/vim71a/runtime/indent/ada.vim /var/tmp/vim-svn/vim7/runtime/indent/ada.vim 4c4 < " $Id: ada.vim 448 2006-11-05 14:53:19Z krischik $ --- > " $Id: ada.vim,v 1.5 2007/05/06 12:26:25 vimboss Exp $ 8,9c8,9 < " $Author: krischik $ < " $Date: 2006-11-05 15:53:19 +0100 (Sun, 05 Nov 2006) $ --- > " $Author: vimboss $ > " $Date: 2007/05/06 12:26:25 $ 11c11 < " $Revision: 448 $ --- > " $Revision: 1.5 $ diff -r --exclude=.svn /var/tmp/vim-untar/vim71a/runtime/indent/bst.vim /var/tmp/vim-svn/vim7/runtime/indent/bst.vim 4c4 < " $Id: bst.vim,v 1.1 2006/12/27 16:25:09 tpope Exp $ --- > " $Id: bst.vim,v 1.2 2007/05/06 13:58:05 vimboss Exp $ diff -r --exclude=.svn /var/tmp/vim-untar/vim71a/runtime/indent/cobol.vim /var/tmp/vim-svn/vim7/runtime/indent/cobol.vim 4c4 < " $Id: cobol.vim,v 1.2 2006/11/08 17:00:46 tpope Exp $ --- > " $Id: cobol.vim,v 1.2 2007/05/06 13:53:54 vimboss Exp $ diff -r --exclude=.svn /var/tmp/vim-untar/vim71a/runtime/indent/eruby.vim /var/tmp/vim-svn/vim7/runtime/indent/eruby.vim 4c4 < " Info: $Id: eruby.vim,v 1.8 2007/02/22 17:32:02 tpope Exp $ --- > " Info: $Id: eruby.vim,v 1.6 2007/05/06 12:34:30 vimboss Exp $ diff -r --exclude=.svn /var/tmp/vim-untar/vim71a/runtime/indent/ruby.vim /var/tmp/vim-svn/vim7/runtime/indent/ruby.vim 4c4 < " Info: $Id: ruby.vim,v 1.39 2006/11/09 21:34:53 tpope Exp $ --- > " Info: $Id: ruby.vim,v 1.7 2007/05/06 13:12:34 vimboss Exp $ Only in /var/tmp/vim-svn/vim7/runtime/macros: README.txt.info Only in /var/tmp/vim-svn/vim7/runtime/macros/hanoi: click.me.info Only in /var/tmp/vim-svn/vim7/runtime/macros/hanoi: poster.info Only in /var/tmp/vim-svn/vim7/runtime/macros: hanoi.info Only in /var/tmp/vim-svn/vim7/runtime/macros/life: click.me.info Only in /var/tmp/vim-svn/vim7/runtime/macros/maze: README.txt.info Only in /var/tmp/vim-svn/vim7/runtime/macros/maze: maze_5.78.info Only in /var/tmp/vim-svn/vim7/runtime/macros/maze: poster.info Only in /var/tmp/vim-svn/vim7/runtime/macros: maze.info Only in /var/tmp/vim-svn/vim7/runtime/macros/urm: README.txt.info Only in /var/tmp/vim-svn/vim7/runtime/macros: urm.info Only in /var/tmp/vim-svn/vim7/runtime: macros.info Only in /var/tmp/vim-svn/vim7/runtime/plugin: getscript.vim Only in /var/tmp/vim-svn/vim7/runtime: rgb.txt diff -r --exclude=.svn /var/tmp/vim-untar/vim71a/runtime/syntax/ada.vim /var/tmp/vim-svn/vim7/runtime/syntax/ada.vim 4c4 < " $Id: ada.vim 448 2006-11-05 14:53:19Z krischik $ --- > " $Id: ada.vim,v 1.3 2007/05/06 14:22:55 vimboss Exp $ 10,11c10,11 < " $Author: krischik $ < " $Date: 2006-11-05 15:53:19 +0100 (Sun, 05 Nov 2006) $ --- > " $Author: vimboss $ > " $Date: 2007/05/06 14:22:55 $ 13c13 < " $Revision: 448 $ --- > " $Revision: 1.3 $ diff -r --exclude=.svn /var/tmp/vim-untar/vim71a/runtime/syntax/aspvbs.vim /var/tmp/vim-svn/vim7/runtime/syntax/aspvbs.vim 7c7 < " Version: $Revision: 1.2 $ --- > " Version: $Revision: 1.4 $ diff -r --exclude=.svn /var/tmp/vim-untar/vim71a/runtime/syntax/bst.vim /var/tmp/vim-svn/vim7/runtime/syntax/bst.vim 5c5 < " $Id: bst.vim,v 1.6 2006/12/27 17:08:49 tpope Exp $ --- > " $Id: bst.vim,v 1.3 2007/05/06 14:26:48 vimboss Exp $ diff -r --exclude=.svn /var/tmp/vim-untar/vim71a/runtime/syntax/bzr.vim /var/tmp/vim-svn/vim7/runtime/syntax/bzr.vim 5c5 < " Revision: $Id: bzr.vim 608 2007-01-13 14:04:25Z hdima $ --- > " Revision: $Id: bzr.vim,v 1.2 2007/05/06 11:54:40 vimboss Exp $ diff -r --exclude=.svn /var/tmp/vim-untar/vim71a/runtime/syntax/cobol.vim /var/tmp/vim-svn/vim7/runtime/syntax/cobol.vim 7c7 < " $Id$ --- > " $Id: cobol.vim,v 1.3 2007/05/06 14:24:52 vimboss Exp $ diff -r --exclude=.svn /var/tmp/vim-untar/vim71a/runtime/syntax/eruby.vim /var/tmp/vim-svn/vim7/runtime/syntax/eruby.vim 4c4 < " Info: $Id: eruby.vim,v 1.9 2006/10/23 15:03:03 dkearns Exp $ --- > " Info: $Id: eruby.vim,v 1.6 2007/05/06 13:24:48 vimboss Exp $ diff -r --exclude=.svn /var/tmp/vim-untar/vim71a/runtime/syntax/initng.vim /var/tmp/vim-svn/vim7/runtime/syntax/initng.vim 7c7 < " Last Change: $Date: 2006/04/29 14:42:13 $ --- > " Last Change: $Date: 2007/05/06 12:07:07 $ diff -r --exclude=.svn /var/tmp/vim-untar/vim71a/runtime/syntax/masm.vim /var/tmp/vim-svn/vim7/runtime/syntax/masm.vim 5,6c5,6 < " Last Change: $Date: 2006/10/11 12:34:33 $ < " $Revision: 1.42 $ --- > " Last Change: $Date: 2007/05/06 12:32:12 $ > " $Revision: 1.3 $ diff -r --exclude=.svn /var/tmp/vim-untar/vim71a/runtime/syntax/mysql.vim /var/tmp/vim-svn/vim7/runtime/syntax/mysql.vim 4c4 < " Last Change: $Date: 2004/06/13 20:12:39 $ --- > " Last Change: $Date: 2007/05/06 14:28:38 $ diff -r --exclude=.svn /var/tmp/vim-untar/vim71a/runtime/syntax/rnoweb.vim /var/tmp/vim-svn/vim7/runtime/syntax/rnoweb.vim 6c6 < " SVN: $Id: rnoweb.vim 69 2007-03-30 08:55:36Z ranke $ --- > " SVN: $Id: rnoweb.vim,v 1.4 2007/05/06 13:26:41 vimboss Exp $ diff -r --exclude=.svn /var/tmp/vim-untar/vim71a/runtime/syntax/ruby.vim /var/tmp/vim-svn/vim7/runtime/syntax/ruby.vim 4c4 < " Info: $Id: ruby.vim,v 1.118 2007/03/02 05:40:49 tpope Exp $ --- > " Info: $Id: ruby.vim,v 1.9 2007/05/06 12:06:31 vimboss Exp $ diff -r --exclude=.svn /var/tmp/vim-untar/vim71a/runtime/syntax/xdefaults.vim /var/tmp/vim-svn/vim7/runtime/syntax/xdefaults.vim 7c7 < " $Id: xdefaults.vim,v 1.10 2006-05-09 21:10:31 joze Exp $ --- > " $Id: xdefaults.vim,v 1.3 2007/05/06 12:12:19 vimboss Exp $ Only in /var/tmp/vim-svn/vim7/runtime: tools.info Only in /var/tmp/vim-svn/vim7/runtime/tutor: README.txt.info Only in /var/tmp/vim-svn/vim7/runtime/tutor: tutor.gr.utf-8.orig Only in /var/tmp/vim-svn/vim7/runtime/tutor: tutor.info Only in /var/tmp/vim-svn/vim7/runtime/tutor: tutor.ru.utf-8.orig Only in /var/tmp/vim-svn/vim7/runtime: tutor.info Only in /var/tmp/vim-svn/vim7/runtime: vimlogo.cdr Only in /var/tmp/vim-svn/vim7/runtime: vimlogo.eps Only in /var/tmp/vim-svn/vim7/runtime: vimlogo.gif Only in /var/tmp/vim-svn/vim7/runtime: vimlogo.pdf Only in /var/tmp/vim-svn/vim7/runtime: vimlogo.xpm