1
0
forked from aniani/vim

updated for version 7.0222

This commit is contained in:
Bram Moolenaar
2006-03-12 21:56:11 +00:00
parent 5baddf0285
commit 2b48ad5cd7
3 changed files with 22 additions and 3 deletions

View File

@@ -754,7 +754,7 @@ codepage_invalid:
apply_autocmds(EVENT_ENCODINGCHANGED, NULL, (char_u *)"", FALSE, curbuf);
#endif
#ifdef FEAT_SYN_HL
#ifdef FEAT_SPELL
/* Need to reload spell dictionaries */
spell_reload();
#endif
@@ -2722,7 +2722,7 @@ mb_charlen(str)
return count;
}
#if defined(FEAT_SYN_HL) || defined(PROTO)
#if defined(FEAT_SPELL) || defined(PROTO)
/*
* Like mb_charlen() but for a string with specified length.
*/