Thursday, October 21, 2010

Re: persistent undo stops working on sshfs if undodir is set

Yeah, that works. Thanks!

I actually thought of that but I don't know why I didn't test it further.
That's obviously the real problem, I just happen to have the same uid
on the boxes where it worked. Silly me...

// Mattias

* Christian Brabandt (cblists@256bit.org) wrote:
> Hi Mattias!
>
> On Mi, 20 Okt 2010, Mattias Fliesberg wrote:
>
> > > I guess the problem is in the filesystem implementation. Perhaps Vim
> > > does some system calls that this filesystem isn't prepared for. Strace
> > > may help finding out what happens.
>
> I could reproduce it. The problem was, that no owner/group mapping was
> done. Mounting with -o idmap=user fixed that.
>
> 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

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

No comments: