1
0
forked from aniani/vim

patch 8.2.3063: crash when switching 'cryptmethod' to xchaha20 with undo file

Problem:    Crash when switching 'cryptmethod' to xchaha20 with an existing
            undo file. (Martin Tournoij)
Solution:   Disable reading undo file when decoding can't be done inplace.
            (issue #8467)
This commit is contained in:
Bram Moolenaar
2021-06-27 14:08:24 +02:00
parent 4cd5c52d64
commit 65aee0b714
3 changed files with 22 additions and 2 deletions

View File

@@ -755,6 +755,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3063,
/**/
3062,
/**/