1
0
forked from aniani/vim

updated for version 7.2.414

Problem:    CTRK-K <space> <space> does not produce 0xa0 as expected. (Tony
            Mechelynck)
Solution:   Remove the Unicode range 0xe000 - 0xefff from digraphs, these are
            not valid characters.
This commit is contained in:
Bram Moolenaar
2010-05-07 16:18:14 +02:00
parent 317fd3ae3b
commit ceb45be4d3
2 changed files with 4 additions and 39 deletions

View File

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