From 6ccfd99b923cc3452a6e6450dfdd7e31ea602dfd Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Wed, 17 Mar 2021 13:39:33 +0100 Subject: [PATCH] patch 8.2.2613: new test throws exception Problem: New test throws exception. Solution: Adjust the function cleanup. --- src/testdir/test_mapping.vim | 2 +- src/version.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/testdir/test_mapping.vim b/src/testdir/test_mapping.vim index f76718fca..741e31520 100644 --- 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 index 815300cbf..37774a5f5 100644 --- a/src/version.c +++ b/src/version.c @@ -750,6 +750,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 2613, /**/ 2612, /**/ -- 2.50.1