I am working in an environment where the command line is not available
(Windows with cmd restricted by system administrator). Normally I would use:
gvim -d file1 file2 to do a diff between files, but this is not possible in my
environment. How can I do a diff when the only way I can invoke Vim is by
double-clicking its icon on the Windows Desktop?
frist open file1. then :diffs file2 or :vert diffs
---
Regards~!
Andrew575
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---