1
0
forked from aniani/vim

updated for version 7.0214

This commit is contained in:
Bram Moolenaar
2006-03-04 21:55:31 +00:00
parent 36fc535cb1
commit 87b5ca5172
10 changed files with 126 additions and 25 deletions

View File

@@ -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