mirror of
https://github.com/vim/vim.git
synced 2025-09-26 04:04:07 -04:00
patch 8.2.0013: not using a typedef for condstack
Problem: Not using a typedef for condstack. Solution: Add a typedef.
This commit is contained in:
@@ -3234,7 +3234,7 @@ do_return(
|
||||
void *rettv)
|
||||
{
|
||||
int idx;
|
||||
struct condstack *cstack = eap->cstack;
|
||||
cstack_T *cstack = eap->cstack;
|
||||
|
||||
if (reanimate)
|
||||
// Undo the return.
|
||||
|
Reference in New Issue
Block a user