updated for version 7.0g04
diff --git a/src/spell.c b/src/spell.c
index 757efc6..e22e428 100644
--- a/src/spell.c
+++ b/src/spell.c
@@ -15656,8 +15656,7 @@
 		    ? MB_STRNICMP(p, pat, STRLEN(pat)) == 0
 		    : STRNCMP(p, pat, STRLEN(pat)) == 0)
 		&& ins_compl_add_infercase(p, (int)STRLEN(p),
-					  dumpflags & DUMPFLAG_ICASE,
-					  NULL, *dir, 0) == OK)
+					  FALSE, NULL, *dir, 0) == OK)
 	/* if dir was BACKWARD then honor it just once */
 	*dir = FORWARD;
 }