aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval.c
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2019-12-16 22:16:30 -0800
committerGitHub <noreply@github.com>2019-12-16 22:16:30 -0800
commit1bfccf028673173dd9958930e165e595f36e4601 (patch)
tree50109ae8d954b84f1d6f4f2bb31d376917c4a72e /src/nvim/eval.c
parent3de1bc4bf9bd530fbeff74174d4e0ba82f92e9e4 (diff)
parent9e6ebed6f4c695cfa00710e003d606d5d720b542 (diff)
downloadrneovim-1bfccf028673173dd9958930e165e595f36e4601.tar.gz
rneovim-1bfccf028673173dd9958930e165e595f36e4601.tar.bz2
rneovim-1bfccf028673173dd9958930e165e595f36e4601.zip
Merge #11556 from janlazo/vim-8.2.0002
vim-patch:8.2.{2,8,10,12,13}
Diffstat (limited to 'src/nvim/eval.c')
-rw-r--r--src/nvim/eval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/eval.c b/src/nvim/eval.c
index 4c76b1b2e8..902d68dcf9 100644
--- a/src/nvim/eval.c
+++ b/src/nvim/eval.c
@@ -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. */