Re: Patch 7.4.089

2013-11-12 Fir de Conversatie Bram Moolenaar
Ryo Nakamura wrote: > 2013年11月12日火曜日 13時12分18秒 UTC+9 Bram Moolenaar: > > Patch 7.4.089 > > Problem:When editing a file in a directory mounted through sshfs Vim > > doesn't set the security context on a renamed file. > > Solution: Add mch_co

Re: Patch 7.4.089

2013-11-12 Fir de Conversatie Ryo Nakamura
2013年11月12日火曜日 13時12分18秒 UTC+9 Bram Moolenaar: > Patch 7.4.089 > > Problem:When editing a file in a directory mounted through sshfs Vim > > doesn't set the security context on a renamed file. > > Solution: Add mch_copy_sec() to vim_rename(). (Peter Ba

Re: Patch 7.4.089

2013-11-12 Fir de Conversatie Maxim Philippov
Hello, Bram. There is a problem with this patch > > *** 6707,6712 > > --- 6707,6715 > > mch_set_acl(to, acl); > > mch_free_acl(acl); > > #endif > > + #ifdef HAVE_SELINUX > > + mch_copy_sec(from, to) > missing semicolon at the end of the line here. Regards, Ma

Patch 7.4.089

2013-11-11 Fir de Conversatie Bram Moolenaar
Patch 7.4.089 Problem:When editing a file in a directory mounted through sshfs Vim doesn't set the security context on a renamed file. Solution: Add mch_copy_sec() to vim_rename(). (Peter Backes) Files: src/fileio.c *** ../vim-7.4.088/src/fileio.c 2013-08-30