summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-03-17 13:39:33 +0100
committerBram Moolenaar <Bram@vim.org>2021-03-17 13:39:33 +0100
commit6ccfd99b923cc3452a6e6450dfdd7e31ea602dfd (patch)
tree1271e2995079fa7f698e6695f499dd252b53b836
parent18b7d86d7fa997bbb02a069dafacb32a0f73ca1e (diff)
downloadvim-git-6ccfd99b923cc3452a6e6450dfdd7e31ea602dfd.tar.gz
patch 8.2.2613: new test throws exceptionv8.2.2613
Problem: New test throws exception. Solution: Adjust the function cleanup.
-rw-r--r--src/testdir/test_mapping.vim2
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 1 deletions
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
@@ -751,6 +751,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 2613,
+/**/
2612,
/**/
2611,