1
0
forked from aniani/vim

patch 7.4.1450

Problem:    Json encoding still fails when encoding is not utf-8.
Solution:   Set 'encoding' before :scriptencoding.  Run the json test
            separately to avoid affecting other tests.
This commit is contained in:
Bram Moolenaar
2016-02-28 18:04:00 +01:00
parent 8cc6977a96
commit 1c39102666
4 changed files with 4 additions and 2 deletions

View File

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