summaryrefslogtreecommitdiff
path: root/src/userfunc.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-12-16 17:10:33 +0100
committerBram Moolenaar <Bram@vim.org>2019-12-16 17:10:33 +0100
commitddef129160ff0676e5da482071fb2fdc2988ac34 (patch)
tree8a7e0327a604dda5257739139ef271b587a345e9 /src/userfunc.c
parent559b9c68fe550f3af63d42e0838622aab1ceb1b3 (diff)
downloadvim-git-ddef129160ff0676e5da482071fb2fdc2988ac34.tar.gz
patch 8.2.0013: not using a typedef for condstackv8.2.0013
Problem: Not using a typedef for condstack. Solution: Add a typedef.
Diffstat (limited to 'src/userfunc.c')
-rw-r--r--src/userfunc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/userfunc.c b/src/userfunc.c
index 020098d45..948c5f1c6 100644
--- a/src/userfunc.c
+++ b/src/userfunc.c
@@ -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.