diff --git a/src/popupmenu.c b/src/popupmenu.c index 651f510693..079fe81e8c 100644 --- a/src/popupmenu.c +++ b/src/popupmenu.c @@ -920,13 +920,10 @@ pum_set_selected(int n, int repeat UNUSED) ml_append(lnum++, p, 0, FALSE); break; } - else - { - *e = NUL; - ml_append(lnum++, p, (int)(e - p + 1), FALSE); - *e = '\n'; - p = e + 1; - } + *e = NUL; + ml_append(lnum++, p, (int)(e - p + 1), FALSE); + *e = '\n'; + p = e + 1; } // delete the empty last line ml_delete(curbuf->b_ml.ml_line_count); diff --git a/src/version.c b/src/version.c index d599067975..bcabd0b9c6 100644 --- a/src/version.c +++ b/src/version.c @@ -699,6 +699,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1784, /**/ 1783, /**/