1
0
forked from aniani/vim

patch 8.2.1801: undo file not found when using ":args" or ":next"

Problem:    Undo file not found when using ":args" or ":next".
Solution:   Handle like editing another file. (closes #7072)
This commit is contained in:
Bram Moolenaar
2020-10-04 19:56:39 +02:00
parent dda749ce85
commit 55b419b871
3 changed files with 27 additions and 2 deletions

View File

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