1
0
forked from aniani/vim

patch 8.2.5165: import test fails because 'diffexpr' isn't reset

Problem:    Import test fails because 'diffexpr' isn't reset.
Solution:   Reset 'diffexpr'.
This commit is contained in:
Bram Moolenaar
2022-06-26 18:01:00 +01:00
parent c101abff4c
commit 507618702e
2 changed files with 4 additions and 0 deletions

View File

@@ -1234,6 +1234,8 @@ def Run_Test_import_in_diffexpr()
redraw redraw
diffoff! diffoff!
set diffexpr=
set diffopt&
bwipe! bwipe!
bwipe! bwipe!
delete('Xdiffexpr') delete('Xdiffexpr')

View File

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