diff --git a/src/version.c b/src/version.c index 1a65cef769a58..5c7507845a02d 100644 --- a/src/version.c +++ b/src/version.c @@ -777,6 +777,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1750, /**/ 1749, /**/ @@ -4641,6 +4643,8 @@ list_version(void) version_msg(_(" Features included (+) or not (-):\n")); list_features(); + if (msg_col > 0) + msg_putchar('\n'); #ifdef SYS_VIMRC_FILE version_msg(_(" system vimrc file: \""));