diff options
author | Andy K. Massimino <f8a663@normed.space> | 2021-03-29 19:46:21 -0400 |
---|---|---|
committer | Andy K. Massimino <f8a663@normed.space> | 2021-03-29 19:46:33 -0400 |
commit | 756f55959986eaa0de07a46e30512d7031766252 (patch) | |
tree | 08b388785bdd1fd9362c5224e8da3fcd2f8fd5aa /src | |
parent | b4aea3d1c8db13970f4c2743d20c2df989db6ac0 (diff) | |
download | rneovim-756f55959986eaa0de07a46e30512d7031766252.tar.gz rneovim-756f55959986eaa0de07a46e30512d7031766252.tar.bz2 rneovim-756f55959986eaa0de07a46e30512d7031766252.zip |
vim-patch:8.2.2613: new test throws exception
Problem: New test throws exception.
Solution: Adjust the function cleanup.
https://github.com/vim/vim/commit/6ccfd99b923cc3452a6e6450dfdd7e31ea602dfd
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/testdir/test_mapping.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/testdir/test_mapping.vim b/src/nvim/testdir/test_mapping.vim index 48b207e392..0191dbf33e 100644 --- a/src/nvim/testdir/test_mapping.vim +++ b/src/nvim/testdir/test_mapping.vim @@ -446,7 +446,7 @@ func Test_expr_map_gets_cursor() bwipe! unlet g:exprLine unlet g:exprCol - delfunc ExprMapped + delfunc StoreColumn nunmap x nunmap ! endfunc |