commit | e8c3a1408b51ea18ba29d70f4939df1d3e26ee76 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 29 14:30:35 2006 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 29 14:30:35 2006 +0000 |
tree | 566fc50e94c957674cd347a631eef928f69705f9 | |
parent | 39fecab939266f92b320c710d3b5b18ec61d8731 [diff] [blame] |
updated for version 7.0-068
diff --git a/src/spell.c b/src/spell.c index 8b65336..ad13970 100644 --- a/src/spell.c +++ b/src/spell.c
@@ -15658,7 +15658,7 @@ ? MB_STRNICMP(p, pat, STRLEN(pat)) == 0 : STRNCMP(p, pat, STRLEN(pat)) == 0) && ins_compl_add_infercase(p, (int)STRLEN(p), - FALSE, NULL, *dir, 0) == OK) + p_ic, NULL, *dir, 0) == OK) /* if dir was BACKWARD then honor it just once */ *dir = FORWARD; }