]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3218: when using xchaha20 crypt undo file is not removed v8.2.3218
authorChristian Brabandt <cb@256bit.org>
Sun, 25 Jul 2021 12:36:05 +0000 (14:36 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 25 Jul 2021 12:36:05 +0000 (14:36 +0200)
commit8a4c812ede5b01a8e71082c1ff4ebfcbf1bd515f
tree2da838678bac4dd3d5fa1681e818517421e0e86b
parent3ed0d9379683246a77aa8c1a59da7a0ac6395339
patch 8.2.3218: when using xchaha20 crypt undo file is not removed

Problem:    When using xchaha20 crypt undo file is not removed.
Solution:   Reset 'undofile' and delete the file. (Christian Brabandt,
            closes #8630, closes #8467)
src/bufwrite.c
src/crypt.c
src/proto/undo.pro
src/testdir/test_crypt.vim
src/undo.c
src/version.c