Tony Mechelynck wrote:
> See
> :help backup
> :help 'backup'
> :help 'writebackup'
> :help 'backupcopy'
> :help timestamp
I try different settings of this variables and there was always the same
situation:
open("testfile", O_WRONLY|O_CREAT|O_TRUNC, 0600) = 3
write(3, "test test test\n"..., 15) = 15
So, still there are points in time when file could be empty (after opening
with O_TRUNC) or partially written (between multiple write syscalls).
Could you give me a concrete example of values of these settings, which
could prevent such situations?
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---