patch 8.2.2613: new test throws exception
Problem: New test throws exception.
Solution: Adjust the function cleanup.
diff --git a/src/testdir/test_mapping.vim b/src/testdir/test_mapping.vim
index f76718f..741e315 100644
--- a/src/testdir/test_mapping.vim
+++ b/src/testdir/test_mapping.vim
@@ -504,7 +504,7 @@
bwipe!
unlet g:exprLine
unlet g:exprCol
- delfunc ExprMapped
+ delfunc StoreColumn
nunmap x
nunmap !
endfunc
diff --git a/src/version.c b/src/version.c
index 815300c..37774a5 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 2613,
+/**/
2612,
/**/
2611,