mirror of
https://github.com/zoriya/vim.git
synced 2025-12-19 21:55:18 +00:00
updated for version 7.0214
This commit is contained in:
@@ -2596,7 +2596,8 @@ ins_compl_dictionaries(dict_start, pat, flags, thesaurus)
|
||||
|
||||
if (count == -1)
|
||||
{
|
||||
/* Skip "\<" in the pattern, we don't use it as a RE. */
|
||||
/* Complete from active spelling. Skip "\<" in the pattern, we
|
||||
* don't use it as a RE. */
|
||||
if (pat[0] == '\\' && pat[1] == '<')
|
||||
ptr = pat + 2;
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user