1
0
forked from aniani/vim

updated for version 7.0152

This commit is contained in:
Bram Moolenaar
2005-09-30 21:20:29 +00:00
parent f25fd51b89
commit c54b8a78fa
9 changed files with 559 additions and 27 deletions

View File

@@ -3515,6 +3515,7 @@ ins_complete(c)
compl_col = spell_word_start(startcol);
if (compl_col >= (colnr_T)startcol)
return FAIL;
spell_expand_check_cap(compl_col);
compl_length = (int)curs_col - compl_col;
compl_pattern = vim_strnsave(line + compl_col, compl_length);
if (compl_pattern == NULL)