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