vim-patch:8.2.2613: new test throws exception

Problem:    New test throws exception.
Solution:   Adjust the function cleanup.
6ccfd99b92
This commit is contained in:
Andy K. Massimino 2021-03-29 19:46:21 -04:00
parent b4aea3d1c8
commit 756f559599

View File

@ -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