Re: How to diff in gvim

2007-02-13 Thread marc
Eric Leenman said... > I'm trying to diff two files in (portable) gvim > I have two files opened in two vertical windows. > (Kind of Winmerge screen setup) > > When I type :diff I get the error > E97: Can not create diffs I use: :windo difft Which, since I use it a lot, is: :wu Also usef

Re: How to diff in gvim

2007-02-13 Thread Jean-Rene David
* Naim Far [2007.02.13 07:54]: > When using diffsplit I have to supply the full > path of the second comparison file, what if I > simply want the comparison to be done with > another already opened buffer?! I usually do this in two phases. First setup the vertical split, then use: :windo

Re: How to diff in gvim

2007-02-13 Thread Jürgen Krämer
Hi, Naim Far wrote: > > Does anyone know how to do "vert diffsplit" between two buffers?! > When using diffsplit I have to supply the full path of the second > comparison file, what if I simply want the comparison to be done with > another already opened buffer?! execute :diffsplit in bot

RE: How to diff in gvim

2007-02-13 Thread Naim Far
- From: Tom Purl [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 13, 2007 1:59 PM To: Eric Leenman Cc: vim@vim.org Subject: Re: How to diff in gvim > Hi, > > I'm trying to diff two files in (portable) gvim > I have two files opened in two vertical windows. > (Kind of Winmerge

Re: How to diff in gvim

2007-02-13 Thread Tom Purl
> Hi, > > I'm trying to diff two files in (portable) gvim > I have two files opened in two vertical windows. > (Kind of Winmerge screen setup) > > When I type :diff I get the error > E97: Can not create diffs I don't think that you're supposed to diff files this way, but I could be wrong. If I h

Re: How to diff in gvim

2007-02-13 Thread Wolfgang Schmidt
Eric Leenman wrote: Hi, I'm trying to diff two files in (portable) gvim I have two files opened in two vertical windows. (Kind of Winmerge screen setup) When I type :diff I get the error E97: Can not create diffs Why is that? When I type :verbose I dont get more info Hi, try :help E9