From: Bram Moolenaar Date: Wed, 17 Mar 2021 12:39:33 +0000 (+0100) Subject: patch 8.2.2613: new test throws exception X-Git-Tag: v8.2.2613 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6ccfd99b923cc3452a6e6450dfdd7e31ea602dfd;p=vim 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 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, /**/