Problem with latest vimdiff

2010-08-04 Thread Gary Johnson
Using the latest vim73, changeset c945fdb34ce3, Wed Aug 04 20:55:44 2010 +0200, the two windows of a vimdiff display can get out of sync. To demonstrate the problem, cd to the vim/src directory and execute this command. vim -d -N -u NONE -i NONE <(hg cat -r ae22c450546c if_cscope.c) <(hg cat

Re: Problem with latest vimdiff

2010-08-05 Thread Bram Moolenaar
Gary Johnson wrote: > Using the latest vim73, changeset c945fdb34ce3, Wed Aug 04 20:55:44 > 2010 +0200, the two windows of a vimdiff display can get out of > sync. > > To demonstrate the problem, cd to the vim/src directory and execute > this command. > > vim -d -N -u NONE -i NONE <(hg cat