0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

updated for version 7.2-151

This commit is contained in:
Bram Moolenaar
2009-04-22 11:52:33 +00:00
parent 99133038dc
commit b9c1e96ce1
2 changed files with 3 additions and 1 deletions

View File

@@ -5686,7 +5686,7 @@ ex_history(eap)
histype1 = get_histtype(arg); histype1 = get_histtype(arg);
if (histype1 == -1) if (histype1 == -1)
{ {
if (STRICMP(arg, "all") == 0) if (STRNICMP(arg, "all", STRLEN(arg)) == 0)
{ {
histype1 = 0; histype1 = 0;
histype2 = HIST_COUNT-1; histype2 = HIST_COUNT-1;

View File

@@ -676,6 +676,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
151,
/**/ /**/
150, 150,
/**/ /**/