# HG changeset patch # User Bram Moolenaar # Date 1615985103 -3600 # Node ID dffac5e62db5eba41c5be23df78c6b56d1fead23 # Parent be243d97d9bfe7799c20404f990a464dcd84a2c8 patch 8.2.2613: new test throws exception Commit: https://github.com/vim/vim/commit/6ccfd99b923cc3452a6e6450dfdd7e31ea602dfd Author: Bram Moolenaar Date: Wed Mar 17 13:39:33 2021 +0100 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 --- a/src/testdir/test_mapping.vim +++ b/src/testdir/test_mapping.vim @@ -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 diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -751,6 +751,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2613, +/**/ 2612, /**/ 2611,