On Wed, November 16, 2011 2:59 am, Paul wrote:
> Maybe there's a way to make it work just for particular files, with an
> autocmd that sets a relative undodir? My experimentation has not paid
> off.

Well, first check that
:echo undofile(@%) points to the same undofile across each platform.
If this is the case,
try to manually read in the undofile information and watch for errors:
:exe ":rundo" undofile(@%)
If vim can't read the undofile, Vim will tell you what the error is.


regards,
Christian

-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to