1
0
forked from aniani/vim

patch 8.2.2613: new test throws exception

Problem:    New test throws exception.
Solution:   Adjust the function cleanup.
This commit is contained in:
Bram Moolenaar
2021-03-17 13:39:33 +01:00
parent 18b7d86d7f
commit 6ccfd99b92
2 changed files with 3 additions and 1 deletions

View File

@@ -504,7 +504,7 @@ func Test_expr_map_gets_cursor()
bwipe!
unlet g:exprLine
unlet g:exprCol
delfunc ExprMapped
delfunc StoreColumn
nunmap x
nunmap !
endfunc

View File

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