]> granicus.if.org Git - vim/commit
patch 8.2.1970: it is easy to make mistakes when cleaning up swap files v8.2.1970
authorBram Moolenaar <Bram@vim.org>
Mon, 9 Nov 2020 20:04:17 +0000 (21:04 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 9 Nov 2020 20:04:17 +0000 (21:04 +0100)
commitf883508e36c209d60388b944e04e22a3fcf603cf
tree38bcbc7e7626d1e5178a57cf48ca9ce12837d687
parentea696852e7abcdebaf7f17a7f23dc90df1f5e2ed
patch 8.2.1970: it is easy to make mistakes when cleaning up swap files

Problem:    It is easy to make mistakes when cleaning up swap files after the
            system crashed.
Solution:   Warn for the process still running after recovery.  Do not
            automatically delete a swap file created on another system.
            (David Fries, closes #7273)
src/memline.c
src/testdir/test_swap.vim
src/version.c