mirror of
https://github.com/vim/vim.git
synced 2025-11-07 10:17:28 -05:00
patch 8.2.2613: new test throws exception
Problem: New test throws exception. Solution: Adjust the function cleanup.
This commit is contained in:
@@ -504,7 +504,7 @@ func Test_expr_map_gets_cursor()
|
|||||||
bwipe!
|
bwipe!
|
||||||
unlet g:exprLine
|
unlet g:exprLine
|
||||||
unlet g:exprCol
|
unlet g:exprCol
|
||||||
delfunc ExprMapped
|
delfunc StoreColumn
|
||||||
nunmap x
|
nunmap x
|
||||||
nunmap !
|
nunmap !
|
||||||
endfunc
|
endfunc
|
||||||
|
|||||||
@@ -750,6 +750,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
2613,
|
||||||
/**/
|
/**/
|
||||||
2612,
|
2612,
|
||||||
/**/
|
/**/
|
||||||
|
|||||||
Reference in New Issue
Block a user