Re: Editing with vim clears Windows 10 file system archive bit.

2021-11-16 Thread Corinna Vinschen via Cygwin
On Nov 15 14:18, Gary Johnson wrote: > On 2021-11-15, Corinna Vinschen via Cygwin wrote: > > Changing that is actually pretty simple, just set FILE_ATTRIBUTE_ARCHIVE > > as soon as the underlying NtCreateFile is called for an open(O_CREAT). > > > > Fixed in current git. > > I had thought that thi

Re: Editing with vim clears Windows 10 file system archive bit.

2021-11-15 Thread Gary Johnson
On 2021-11-15, Corinna Vinschen via Cygwin wrote: > On Nov 15 19:54, Christian Franke wrote: > > Steve Ward via Cygwin wrote: > > > Description of problem: > > > While using vim 8.2 on cygwin 3.3 (x86_64) on Windows 10, > > > when editing an existing file with vim and saving it, the Window’s > > >

Re: Editing with vim clears Windows 10 file system archive bit.

2021-11-15 Thread Corinna Vinschen via Cygwin
On Nov 15 19:54, Christian Franke wrote: > Steve Ward via Cygwin wrote: > > Description of problem: > > While using vim 8.2 on cygwin 3.3 (x86_64) on Windows 10, > > when editing an existing file with vim and saving it, the Window’s > > file system archive bit is always left cleared (not modified s

Re: Editing with vim clears Windows 10 file system archive bit.

2021-11-15 Thread Christian Franke
Steve Ward via Cygwin wrote: Description of problem: While using vim 8.2 on cygwin 3.3 (x86_64) on Windows 10, when editing an existing file with vim and saving it, the Window’s file system archive bit is always left cleared (not modified state). This happens, whether the archive bit was set (is

Editing with vim clears Windows 10 file system archive bit.

2021-11-14 Thread Steve Ward via Cygwin
Description of problem: While using vim 8.2 on cygwin 3.3 (x86_64) on Windows 10, when editing an existing file with vim and saving it, the Window’s file system archive bit is always left cleared (not modified state). This happens, whether the archive bit was set (is modified) or clear (not modifie