aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/eval.c')
-rw-r--r--src/nvim/eval.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/eval.c b/src/nvim/eval.c
index b16dfad48b..9d03a94d71 100644
--- a/src/nvim/eval.c
+++ b/src/nvim/eval.c
@@ -2274,6 +2274,7 @@ char_u *get_lval(char_u *const name, typval_T *const rettv,
}
lp->ll_blob = lp->ll_tv->vval.v_blob;
lp->ll_tv = NULL;
+ break;
} else {
// Get the number and item for the only or first index of the List.
if (empty1) {