diff --git a/src/ex_getln.c b/src/ex_getln.c index 3f1ea71801..3bf78db79e 100644 --- a/src/ex_getln.c +++ b/src/ex_getln.c @@ -5686,7 +5686,7 @@ ex_history(eap) histype1 = get_histtype(arg); if (histype1 == -1) { - if (STRICMP(arg, "all") == 0) + if (STRNICMP(arg, "all", STRLEN(arg)) == 0) { histype1 = 0; histype2 = HIST_COUNT-1; diff --git a/src/version.c b/src/version.c index e2963645cd..afb3650e1c 100644 --- a/src/version.c +++ b/src/version.c @@ -676,6 +676,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 151, /**/ 150, /**/