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 ???

Thanks
Yakov

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to