summaryrefslogtreecommitdiff
path: root/src/testdir/test_mapping.vim
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 /src/testdir/test_mapping.vim
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.
Diffstat (limited to 'src/testdir/test_mapping.vim')
-rw-r--r--src/testdir/test_mapping.vim2
1 files changed, 1 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