diff --git a/src/textprop.c b/src/textprop.c index b6cae70a85..d6782342dd 100644 --- a/src/textprop.c +++ b/src/textprop.c @@ -920,7 +920,8 @@ f_prop_remove(typval_T *argvars, typval_T *rettv) } } } - redraw_buf_later(buf, NOT_VALID); + if (rettv->vval.v_number > 0) + redraw_buf_later(buf, NOT_VALID); } /* diff --git a/src/version.c b/src/version.c index bdc23a4005..399539d8c7 100644 --- a/src/version.c +++ b/src/version.c @@ -750,6 +750,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 2637, /**/ 2636, /**/