Yakov Lerner, 27.05.2008: > vimdiff -U NONE -u NONE ls.txt nosuchfile # as expected > vimdiff -U NONE -u NONE nosuchfile ls.txt # ??? where is contents of > right pane ???
Yes, I already noticed this behaviour, too. But you don't even have to use an empty file. Simple example with 2 files old.txt and new.txt: old.txt: old text new.txt: new text old text OK: vimdiff new.txt old.txt hidden line: vimdiff old.txt new.txt So when you compare two files and the newer one on the right window has inserted text on the top, you don't see it immediately. But you keep on searching for the differences without success, if you are only moving in the left window. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
