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<up>

Also useful, I find, is this mapping:

  nmap  ,vs  :vs<CR>:ene<CR> " vsplit + empty new buffer

-- 
Cheers,
Marc

Reply via email to