commit | b9c1e96ce18e157aa3f05c76877ad5505d9f5ee1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Apr 22 11:52:33 2009 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Apr 22 11:52:33 2009 +0000 |
tree | a06a79f00c2c46985ab021b68fbd3c16ed1895e7 | |
parent | 99133038dce89cde028683e2ec3d86cfcb10e82f [diff] [blame] |
updated for version 7.2-151
diff --git a/src/ex_getln.c b/src/ex_getln.c index 3f1ea71..3bf78db 100644 --- a/src/ex_getln.c +++ b/src/ex_getln.c
@@ -5686,7 +5686,7 @@ 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;