1
0
forked from aniani/vim

patch 8.1.0400: using freed memory with :diffget

Problem:    Using freed memory with :diffget.
Solution:   Skip ex_diffupdate() while updating diffs. (closes #3442)
This commit is contained in:
Bram Moolenaar
2018-09-16 18:10:48 +02:00
parent 65985ac998
commit d2b58c0a2c
2 changed files with 17 additions and 2 deletions

View File

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