1
0
forked from aniani/vim

updated for version 7.3.915

Problem:    When reading a file with encoding conversion fails at the end the
            next encoding in 'fencs' is not used.
Solution:   Retry with another encoding when possible. (Taro Muraoka)
This commit is contained in:
Bram Moolenaar
2013-04-24 16:34:02 +02:00
parent 2ab0713279
commit e8d9530b0e
2 changed files with 4 additions and 0 deletions

View File

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