0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -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);
if (histype1 == -1)
{
if (STRICMP(arg, "all") == 0)
if (STRNICMP(arg, "all", STRLEN(arg)) == 0)
{
histype1 = 0;
histype2 = HIST_COUNT-1;