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
Try vim -d file1 file2
I only use vim in linux, but I guess that should work.
--
--
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+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Is there a "gvimdiff.bat"? I use that occasionally, but I don't remember whether Vim's installer created it, of if I did so manually.