]> granicus.if.org Git - vim/commitdiff
patch 8.2.2613: new test throws exception v8.2.2613
authorBram Moolenaar <Bram@vim.org>
Wed, 17 Mar 2021 12:39:33 +0000 (13:39 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 17 Mar 2021 12:39:33 +0000 (13:39 +0100)
Problem:    New test throws exception.
Solution:   Adjust the function cleanup.

src/testdir/test_mapping.vim
src/version.c

index f76718fca1029d7b5744e3c72425079a0796b0e4..741e31520b9e1883d8cd097a148f8de1c24e96af 100644 (file)
@@ -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
index 815300cbfd4c5c922d9bdf8a9fe553d3518941ff..37774a5f542ccb5a8c3b26819a9e77c44c9ab7c7 100644 (file)
@@ -750,6 +750,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2613,
 /**/
     2612,
 /**/