Skip to content

Commit 6ccfd99

Browse files
committed
patch 8.2.2613: new test throws exception
Problem: New test throws exception. Solution: Adjust the function cleanup.
1 parent 18b7d86 commit 6ccfd99

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/testdir/test_mapping.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ func Test_expr_map_gets_cursor()
504504
bwipe!
505505
unlet g:exprLine
506506
unlet g:exprCol
507-
delfunc ExprMapped
507+
delfunc StoreColumn
508508
nunmap x
509509
nunmap !
510510
endfunc

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -750,6 +750,8 @@ static char *(features[]) =
750750

751751
static int included_patches[] =
752752
{ /* Add new patch number below this line */
753+
/**/
754+
2613,
753755
/**/
754756
2612,
755757
/**/

0 commit comments

Comments
 (0)