mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
parent
6ed6d8d910
commit
a743297be2
@ -2173,11 +2173,12 @@ spell_move_to (
|
||||
if (attrp != NULL)
|
||||
*attrp = attr;
|
||||
return len;
|
||||
} else if (curline)
|
||||
} else if (curline) {
|
||||
// Insert mode completion: put cursor after
|
||||
// the bad word.
|
||||
assert(len <= INT_MAX);
|
||||
found_pos.col += (int)len;
|
||||
}
|
||||
found_len = len;
|
||||
}
|
||||
} else
|
||||
|
Loading…
Reference in New Issue
Block a user