mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
updated for version 7.0d01
This commit is contained in:
@@ -2969,6 +2969,9 @@ ins_compl_bs()
|
||||
ins_compl_set_original_text(compl_leader);
|
||||
else
|
||||
{
|
||||
#ifdef FEAT_SPELL
|
||||
spell_bad_len = 0; /* need to redetect bad word */
|
||||
#endif
|
||||
/* Matches were cleared, need to search for them now. */
|
||||
if (ins_complete(Ctrl_N) == FAIL)
|
||||
compl_cont_status = 0;
|
||||
|
Reference in New Issue
Block a user