1
0
forked from aniani/vim

updated for version 7.0-068

This commit is contained in:
Bram Moolenaar
2006-08-29 14:30:35 +00:00
parent 39fecab939
commit e8c3a1408b
4 changed files with 11 additions and 9 deletions

View File

@@ -15658,7 +15658,7 @@ dump_word(slang, word, pat, dir, dumpflags, wordflags, lnum)
? 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;
}