Saturday, June 7, 2014

Re: How to start vimdiff?

On Saturday, June 7, 2014 1:07:37 AM UTC-6, wolfv wrote:
> I would like to learn vimdiff, but haven't got very far.
> I can start vim and gvim from the Command Prompt, but not vimdiff.
> How to start vimdiff?
>
> Here is what I tried on the Command Prompt:
>
> C:\>vimdiff
> 'vimdiff' is not recognized as an internal or external command,
> operable program or batch file.
>
> C:\>vim
>
> C:\>gvim
>
> C:\>
>
> I am running vim 7.4 on Windows 7.
>
> Thank you.

Thanks. "vim -d" worked.
The important thing is that it works.
Just curious why "vimdiff" gets an error.
The manual says, "The easiest way to start editing in diff mode is with the "vimdiff" command."

Here is what I get from the Command Prompt:

C:\>vimdiff a.txt b.txt
'vimdiff' is not recognized as an internal or external command,
operable program or batch file.

C:\>vim -d a.txt b.txt

C:\>vim -d

--
--
You received this message from the "vim_use" 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

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment