On Sun, Apr 19, 2009 at 2:51 AM, Roy Fulbright wrote: > 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?
Instead, you can just open one file, do :diffsplit to put it into diff mode, :vsplit to split the window in half, :e to open a second file, :diffthis to start diff mode in the new file. ~Matt --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
