diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/eval.c | 1 |
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) { |