0
0
mirror of https://github.com/vim/vim.git synced 2025-10-11 06:34:16 -04:00

updated for version 7.2.422

Problem:    May get E763 when using spell dictionaries.
Solution:   Avoid utf-8 case folded character to be truncated to 8 bits and
            differ from latin1. (Dominique Pelle)
This commit is contained in:
Bram Moolenaar
2010-05-13 17:46:58 +02:00
parent 38ab0e21b8
commit 54ab0f1e54
2 changed files with 10 additions and 2 deletions

View File

@@ -681,6 +681,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
422,
/**/
421,
/**/