Yakov Lerner wrote: > cd /tmp > rm -f nosuchfile # make sure there is no such file > man 1 ls >ls.txt # get some text > vimdiff -U NONE -u NONE ls.txt nosuchfile # as expected > vimdiff -U NONE -u NONE nosuchfile ls.txt # where is contents of right pane > ???
On my system, the text is present in the right pane, but it is scrolled to show only the last line (something to do with the first file not existing; not sure why). This shows the text: :windo norm gg0 John --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
