commit | 8a4c812ede5b01a8e71082c1ff4ebfcbf1bd515f | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Sun Jul 25 14:36:05 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 25 14:36:05 2021 +0200 |
tree | 2da838678bac4dd3d5fa1681e818517421e0e86b | |
parent | 3ed0d9379683246a77aa8c1a59da7a0ac6395339 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 9e77d56..9b334e6 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3218, +/**/ 3217, /**/ 3216,